Post

Replies

Boosts

Views

Activity

Comment on CoreData + CloudKit compilation problem in iOS 15
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?
Replies
Boosts
Views
Activity
Sep ’21
Comment on CoreData + CloudKit compilation problem in iOS 15
Unfortunately no, I also have some references to CKRecord in another class
Replies
Boosts
Views
Activity
Sep ’21
Comment on databaseScope lead to dyld: Library not loaded on xcode13-beta with simulator 14.5
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
Replies
Boosts
Views
Activity
Sep ’21
Comment on CoreData + CloudKit compilation problem in iOS 15
can be reproduced with this GitHub repo: https://github.com/andreimateiro/ios15sdkbug
Replies
Boosts
Views
Activity
Sep ’21
Comment on databaseScope lead to dyld: Library not loaded on xcode13-beta with simulator 14.5
can be reproduced with this GitHub repo: https://github.com/andreimateiro/ios15sdkbug
Replies
Boosts
Views
Activity
Sep ’21
Comment on databaseScope lead to dyld: Library not loaded on xcode13-beta with simulator 14.5
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?
Replies
Boosts
Views
Activity
Sep ’21