I’m utilizing cloudkit in my app and sync information from cloudkit and app inside app with out utilizing NSPersistentCloudKitContainer. The applying first pulls the information from coredata after which pulls all the information from the cloudkit as CKQuery(recordType: “exampleRecordType”, predicate: NSPredicate(worth: true)). Then it compares the information from coredata and cloudkit and completes any lacking ones. It really works effective in Cloudkit Manufacturing mode and iPhone 14 Professional Max iOS 16.4 simulator, however once I throw my software to testflight check customers, the appliance freezes as a substitute of syncing information on the splash display screen and doesn’t reply. I am getting Unknown platform linking in opposition to CloudDocs framework 7 error in XCode terminal and I could not clear up it, can somebody assist me?
I do not know what to do as a result of I could not perceive the place the issue is
Can somebody assist me?
Thanks.