Delete app from OSX simulator in Xcode -


how delete app osx simulator on ios simulator?? want delete app due change of core data xcdatamodeld can't find way. in advance

as playitgreen mentioned in 1 of comments, way delete data relating osx app removing folder/.storedata file from:

~/library/application support/<your osx app bundle name>/

for example:

~/library/application support/com.yourcompany.yourapp/ 

all credit playitgreen


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -