Post

Replies

Boosts

Views

Activity

Reply to CoreData + CloudKit compilation problem in iOS 15
That's exactly what I did, and it fixed the compilation problems. But to make sure what I'm fixing for iOS15 doesn't break iOS14, I installed iOS14.5 runtime in Xcode 13, and that's where the problem occurs. I can successfully compile the app, but at runtime, the 14.5 simulator crashes with: dyld: Library not loaded: /System/Library/Frameworks/_CoreData_CloudKit.framework/_CoreData_CloudKit   Referenced from: /Users/andrei/Library/Developer/CoreSimulator/Devices/8554B734-4894-4DD0-A8FA-6C20983F3A49/data/Containers/Bundle/Application/29E251FD-B330-4B30-B3B8-22A86C2961A8/XXX.app/XXX   Reason: image not found (lldb)
Sep ’21
Reply to Unable to use SWIFT_EXPLICIT_MODULES
Found the problem: It's due to `SWIFT_OBJC_INTEROP_MODE = objcxx
Replies
Boosts
Views
Activity
Jul ’24
Reply to XcodeCloud fails while Resolving Dependencies
Yes. log bundle build artifact uploaded. FB14091724
Replies
Boosts
Views
Activity
Jun ’24
Reply to databaseScope lead to dyld: Library not loaded on xcode13-beta with simulator 14.5
Has anyone found a solution here? or the root cause of the problem? This thread was initially commented by a "Frameworks Engineer" and then left unanswered with multiple people having the same problem.
Replies
Boosts
Views
Activity
Sep ’21
Reply to CoreData + CloudKit compilation problem in iOS 15
That's exactly what I did, and it fixed the compilation problems. But to make sure what I'm fixing for iOS15 doesn't break iOS14, I installed iOS14.5 runtime in Xcode 13, and that's where the problem occurs. I can successfully compile the app, but at runtime, the 14.5 simulator crashes with: dyld: Library not loaded: /System/Library/Frameworks/_CoreData_CloudKit.framework/_CoreData_CloudKit   Referenced from: /Users/andrei/Library/Developer/CoreSimulator/Devices/8554B734-4894-4DD0-A8FA-6C20983F3A49/data/Containers/Bundle/Application/29E251FD-B330-4B30-B3B8-22A86C2961A8/XXX.app/XXX   Reason: image not found (lldb)
Replies
Boosts
Views
Activity
Sep ’21