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
Hi,
After I moved my project from Xcode10 to Xcode11.3.1, when magicalRecord run the following code in NSManagedObjectModel+MagicalRecord.m: + (NSManagedObjectModel *) MR_mergedObjectModelFromMainBundle { return [self mergedModelFromBundles:nil]; }
The debug area will show a message below:
CoreData: annotation: Failed to load optimized model at path '/Users/test/Library/Developer/CoreSimulator/Devices/DC44EC5B-292D-471B-84AA-AD71D08C8705/data/Containers/Bundle/Application/FCF9E085-001A-48B6-A67F-3EED6C0361A0/myapp.app/myapp.momd/myapp2.omo'
It did not happened in Xcode10, any fix for this issue?
Test device: iOS12.4
Thanks.
The text was updated successfully, but these errors were encountered:
sjacs5537
changed the title
Warning message in Xcode11.3.1
Warning message in Xcode11.3.1 debug area
Mar 12, 2020
Hi,
After I moved my project from Xcode10 to Xcode11.3.1, when magicalRecord run the following code in NSManagedObjectModel+MagicalRecord.m:
+ (NSManagedObjectModel *) MR_mergedObjectModelFromMainBundle { return [self mergedModelFromBundles:nil]; }
The debug area will show a message below:
It did not happened in Xcode10, any fix for this issue?
Test device: iOS12.4
Thanks.
The text was updated successfully, but these errors were encountered: