I use the Google Maps SDK for iOS in my application who use Core Data. When I want show the view who contain the map , my application crash with this exception :
* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Object's persistent store is not reachable from this NSManagedObjectContext's coordinator'
There is maybe a conflict between my application who use Core Data and the sdk who also use Core Data.
Thanks