Post

Replies

Boosts

Views

Activity

Reply to SwiftData/ModelContext.swift:3253: Fatal error: Failed to identify a store that can hold instances of SwiftData._KKMDBackingData<Presents_2024.Item> from [:]
I get the same error only while debugging. When I run on device it runs for a while then crashes.
Replies
Boosts
Views
Activity
Oct ’24
Reply to error: the replacement path doesn't exist:
I do not have 18.1 Beta 6.
Replies
Boosts
Views
Activity
Oct ’24
Reply to error: the replacement path doesn't exist:
I don't know if this will help or not but: Running the app on the Simulator pops up an message:
Replies
Boosts
Views
Activity
Sep ’24
Reply to SwiftData/ModelContext.swift:3253: Fatal error: Failed to identify a store that can hold instances of SwiftData._KKMDBackingData<Presents_2024.Item> from [:]
Have you made any progress on this? I too am seeing these errors after updating to Xcode 16, IOS 18, and macOS 15.0
Replies
Boosts
Views
Activity
Sep ’24
Reply to error: the replacement path doesn't exist:
Upgrading from Xcode 15 to 16.0 (16A242d) IOS 18. Now I get error: the replacement path doesn't exist: "/variable/folders/....swift" <- this error is green. Then: Publishing changes from background threads is not allowed; <- this error is red. The app worked fine in IOS 17.7 and Xcode 15
Replies
Boosts
Views
Activity
Sep ’24
Reply to Attempt to present * on * from * while a presentation is in progress
Thank you.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to How does SwiftData and Decimal Works?
This does NOT help: extension Double { func rounded(digits: Int) -> Double { let multiplier = pow(10.0, Double(digits)) return (self * multiplier).rounded() / multiplier } }
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’24