-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to load optimized model at path #121
Comments
Hey @fieldly Can you post samples of your db schema files? One thing to note is that when you create a new schema, it's not a diff, it's a replication with additions or deletions.
As long as you're adding and deleting things, CoreData's lightweight migrations should handle everything for you automatically. Do NOT change the type of existing schema items or you'll have the same problems as you're having now with users having to delete the app and reinstall. Hope this helps! |
Having similar issue after updating xcode and RM to 4.5.
|
I'm seeing a pattern here of spaces in file names instead of underscores. I'm wondering if that's the issue here... |
Receiving the same error despite adding underscores
|
Hello,
I have a problem with migrations. When I add new migrations my users have to uninstall and reinstall the app in order to get it working (crashing otherwise).
I get this error:
: CoreData: Failed to load optimized model at path '/var/mobile/Containers/Bundle/Application/2F958BC5-E32A-44E3-8B4A-B7A0768CA195/Apper.app/Apper.momd/0001 initial.omo'
Also got the error:
Terminating app due to uncaught exception 'RuntimeError', reason: 'app_delegate.rb:132:in `create_local_store': Can't find or automatically infer mapping model for migration (RuntimeError)
What is this error?
The text was updated successfully, but these errors were encountered: