Post

Replies

Boosts

Views

Activity

Reply to ModelActors not persisting relationships in iOS 18 beta
I am having a similar issue. One thing with your sample code there. If you create the model, insert it into the context, then add the relationships, the relationship will stay. so let newEmployee = Employee() modelContext.insert(newEmployee) newEmloyee.company = companies.first try! modelContext.save() But even with this change the view is not updating
Replies
Boosts
Views
Activity
Jul ’24
Reply to Xcode 15 Beta 5: Unsupported Xcode or SDK Version
Also happening to me
Replies
Boosts
Views
Activity
Jul ’23
Reply to SwiftData missing symbol on device with Xcode Beta 5
Oops. I was actually on Xcode 15 Beta 4. Getting on the latest beta fixed it
Replies
Boosts
Views
Activity
Jul ’23
Reply to SwiftData missing symbol on device with Xcode Beta 5
This was working on Xcode 15 Beta 4
Replies
Boosts
Views
Activity
Jul ’23