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

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -