objective c - iOS App crashes when it's updated in the AppStore, but not when it's installed in Xcode -


i'm using coredata in app. when modify entity or attribute, upload appstore , try update it, crashes. have uninstall , download again. there way bypass , update automatically deletes outdated version , installs latest version? how can resolve in user friendly , efficient way?

you need create new core data model , migration.

please use tutorial: https://code.tutsplus.com/tutorials/core-data-from-scratch-migrations--cms-21844


Comments

Popular posts from this blog

python - What's the Pythonic way to report nonfatal errors in a parser? -

angular - Converting AngularJS deffered promise to AngularX observable for JSOM -

python - AssertionError when trying to assert return value from two dictionaries with py.test -