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 SwiftUI Navigation link issue
@St1f I'am having the same issue, but in my case I'm using the "init(destination:tag:selection:label:)" init. I have s state var where I'm keeping the selection, and multiple (a list) of links. Basically I'm displaying tappable search results. Any suggestions?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
May ’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
Reply to Incomplete sync using CloudKit+CoreData and the public database
Sorry for the late reply, but I don't see another way. Default - came with the project, I don't see an active minus to remove entities from it. Cloud - Will be used with CloudKit and the Private DB CloudPublic - Will be used with CloudKit and the Public DB Do you see another option to do this?
Replies
Boosts
Views
Activity
May ’21
Reply to SwiftUI NavigationLink pops out by itself
Any updates? I've seen several threads on this and I can't figure out is it's a SwiftUI bug or not setting some state variable properly.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’21
Reply to SwiftUI Navigation link issue
@St1f I'am having the same issue, but in my case I'm using the "init(destination:tag:selection:label:)" init. I have s state var where I'm keeping the selection, and multiple (a list) of links. Basically I'm displaying tappable search results. Any suggestions?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’21