How to Create a Custom 3D Shape for RealityKit on visionOS from a SwiftUI Shape
Hello, everyone! 👋 Today, I want to share a super interesting way to transform a 2D Shape created with SwiftUI into a […]
Stop using ‘branch’ in your Podfiles!
If you’ve used CocoaPods, at some point, you’ve likely made a pod point to a branch, like this: So far, so good. […]
Dude, where’s my view? Unknown class in iOS 12
That’s exactly what you read. Your view, beautifully shown and totally functional, becomes simply invisible to storyboard/xib in iOS 12. Let’s check how to fix it!
Fixing “virtual filesystem overlay file all-product-headers.yaml not found” error
In the last few days, I have seen an increasing number of developers facing a common problem while trying to use LLDB […]
CocoaPods: How to Deal with Device-Only Dependencies
This week, I faced a problem I had been postponing for a long time. Since Apple released its first MacBook with M1 […]
Showing modals as a result for a requests (look at the semaphores)
Last week, I talked to another iOS developer about a classic problem encountered during development that, for sure, if you have participated […]
Quick Tip: Universal Links opening Safari in iOS13
I recently encountered a problem with Universal Links on iOS and found that many people have been experiencing the same issue on […]
The end of fat binaries: XCFrameworks
In 2019, Xcode 11 introduced a highly anticipated feature for every iOS developer: the ability to generate a framework that runs on […]
Adding stored properties to an extension
Every iOS developer has likely encountered this not-so-friendly message: Yes, extensions cannot contain stored properties. If you need to add a property […]
Fat binaries and Xcode 11
With Xcode 11, the IPA export process can now result in an error if you try to export an app that contains […]