You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for the book! It's been extremely helpful to us working with Core Data in our app.
We recently got an email from Apple advising us that opening the .omo file for a managed object model is not supported, since the file format can change from release to release:
We are reaching out to you regarding your app, XXXX. We’ve identified an issue for this app on devices running the iOS 11 beta.
We noticed you are opening models by passing the URL for the optimized model to -[NSManagedObjectModel initWithContentsOfURL:]. This is unsupported as the format for .omo files can change in a non-backwards-compatible fashion at any time.
I've created a pull request with a fix for this. Note that you may still get a warning logged to the console if you build with an older Xcode; this is expected and benign.
First of all, thanks for the book! It's been extremely helpful to us working with Core Data in our app.
We recently got an email from Apple advising us that opening the
.omo
file for a managed object model is not supported, since the file format can change from release to release:You may want to update the sample code and next revision of the book to reflect this guidance.
The text was updated successfully, but these errors were encountered: