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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -