Hey guys i saw this question and used
self.managedObjectContent= [NSManagedObjectModel mergedModelFromBundles:nil];
in my code, however, I would like to be able to print the file path via NSLog for the console with the full path of the momd file. The problem is that I donβt know how to go to extracting the path to the MOMD resource using lens c, when I try to register managedObjectContent to complete it, printing of very long secret data that I donβt even need is completed. So, how can I get only the path to the momd file? Sample code please! Thanks in advance.
ios path core-data nsmanagedobjectcontext
Stunner
source share