I have the same problem. I really don't understand the reply from Apple.
I have set IPHONEOS_DEPLOYMENT_TARGET = 14.0;, I'm expecting the build with Xcode 13 to be able to run on both 14.x and 15.x.
How else can I support iOS 14?
Post
Replies
Boosts
Views
Activity
can be reproduced with this GitHub repo: https://github.com/andreimateiro/ios15sdkbug
can be reproduced with this GitHub repo: https://github.com/andreimateiro/ios15sdkbug
that's awful. I had lost of problems with CoreData + CK in the past, now this is truly disturbing :o
Home you get something back from TS, I will monitor your thread as well
Unfortunately no, I also have some references to CKRecord in another class
So there are 2 problems.
The first is the .databaseScope = .private which I can remove.
The second issue is another class where I have some references to CKRecord. For those I need to import CloudKit and I am in a vicious circle.
Is there an ETA on when this can be fixed? or is there a workaround I can use in the meantime?