This did not fix it @sha921 @eskimo
Post
Replies
Boosts
Views
Activity
This did not fix it for me. I did all of this. Now I can't even build on simulator.
https://forums.developer.apple.com/forums/thread/746843
Right. So I specifically am not using it in visionOS. It's just a sample package. I have 5 or so that cannot be used on visionOS. The app builds fine. I've put in the necessary #if os(iOS) and #if canImport(Etc)
The problem is with SwiftUI previews. Not with a package.
Wow this is really quite a problem. Why on earth could we give out promo codes for a subscription but not for non consumables???
I created a huge data store while I've been building with Xcode.
On one of my devices, I downloaded the TestFlight version.. which runs the prod version of CloudKit db. I assume thats the trouble but yeah now I get thousands and thousands of
CoreData: debug: CoreData+CloudKit: -[PFCloudKitSerializer applyUpdatedRecords:deletedRecordIDs:toStore:inManagedObjectContext:onlyUpdatingAttributes:andRelationships:madeChanges:error:]_block_invoke(1021): Failed to find matching objectIDs for <CKRecordID: 0x2823541c0; recordName=BFE5B0E0-E4BC-4151-B64F-771AF271DE6C, zoneID=com.apple.coredata.cloudkit.zone:defaultOwner> / <CKRecordID: 0x2823542c0; recordName=B342EDDF-8F2A-4496-B5AB-BEF29AF4018C, zoneID=com.apple.coredata.cloudkit.zone:defaultOwner> in pending relationship: 0x9eebd60aabec84c2 x-coredata://1DE90E1A-C7CF-4963-B10F-60142BFFCFD7/NSCKImportPendingRelationship/p11489
After trying to reinstall it via Xcode
I created a huge data store while I've been building with Xcode.
On one of my devices, I downloaded the TestFlight version.. which runs the prod version of CloudKit db. I assume thats the trouble but yeah now I get thousands and thousands of
CoreData: debug: CoreData+CloudKit: -[PFCloudKitSerializer applyUpdatedRecords:deletedRecordIDs:toStore:inManagedObjectContext:onlyUpdatingAttributes:andRelationships:madeChanges:error:]_block_invoke(1021): Failed to find matching objectIDs for <CKRecordID: 0x2823541c0; recordName=BFE5B0E0-E4BC-4151-B64F-771AF271DE6C, zoneID=com.apple.coredata.cloudkit.zone:defaultOwner> / <CKRecordID: 0x2823542c0; recordName=B342EDDF-8F2A-4496-B5AB-BEF29AF4018C, zoneID=com.apple.coredata.cloudkit.zone:defaultOwner> in pending relationship: 0x9eebd60aabec84c2 x-coredata://1DE90E1A-C7CF-4963-B10F-60142BFFCFD7/NSCKImportPendingRelationship/p11489
After trying to reinstall it via Xcode
I'm getting the same thing, except I'm using Catalyst. Which doesn't enable me to use NSApplication. I have no idea how to fix this
This is really frustrating. I’ve been trying to figure out if I can scale my transfer rate because it looks like I’m being throttled, but I can’t find anything.
I'm seeing this issue as well. Did you ever figure it out?
I'm seeing this issue as well. Interesting that it might be TestFlight causing it. Attempting to sign out to see if it works..
I've only been able to get it to work if I wrap everything in a ForEach. Definitely seems like a bug
I'm seeing this exact same issue. I haven't had success getting this to run at all. And its in a NavigationStack/View which has always been the "you need to do this first" thing that everyone responds to on stack overflow.
Its broken as far as I can tell
Bump this would be nice to do
Did you ever figure this out?