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

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -