Open fieldly opened 9 years ago
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.
001_schema.rb
, 002_schema_added_something.rb
, etc.)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.
<Warning>: CoreData: Failed to load optimized model at path '/var/mobile/Containers/Bundle/Application/D20D5112-0CD1-4D04-A332-A5692F9A74DB/Winterhawks Pick6.app/winterhawks_pick6_ios.momd/0007 modify user points type again.om
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
CoreData: Failed to load optimized model at path '/Users/mopineyro/Library/Developer/CoreSimulator/Devices/7AF779B3-E56D-4EBA-8EE4-B2A9AF1D9663/data/Containers/Bundle/Application/EA921B45-7132-41AD-BF5B-3F1C8DACE603/Winterhawks Pick6.app/winterhawks_pick6_ios.momd/0007_modify_user_points_type_again.omo'
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: