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

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

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -