I am working on core data from last one years. In my app, there are thousands of records of for initial listing. So I used local SQLite file in bundle and place in document directory when an app launches first time in the device. My application is live in appstore. Form iOS 11.3 which are launched before one week my app works fine in earlier os version. But in ios 11.3 application gives me "NSPersistentStoreCoordinator has no persistent stores".
When "addPersistentStore(ofType:configurationName:at:options:)" line executed it gives me hashes log of the entity in it four entity hashes are different but don't understand issues. it works in iOS 11.2 fine, but issues come in iOS 11.3 devices.