I'm building my app for the first time with the final release version of Xcode 16 (released today), but I'm getting an error saying:
Compiling for iOS 13.4 but RealmSwift has a minimum deployment target for iOS 18
This doesn't happen with Xcode 15, nor did it happen with any of the Xcode 16 Betas, nor the Xcode 16 RC, only with today's final Xcode 16.
Why is this happening. What can be done about it?
Update your realm version (pod update). It is helped me.