0

Is it standard that a XCode-Build empties the documents folder of the app on iphone simulator?

How can I prevent that?

cschuff
  • 5,502
  • 7
  • 36
  • 52
  • No it should not, unless use the `Reset Content & Settings...` or remove your app. – rckoenes Jan 13 '12 at 12:54
  • This was related to GHViewTestCase and the images it saves. I figured on the GHUnit documentation that I have to use some Script magic that ships with GHUnit. – cschuff Jan 13 '12 at 16:04

1 Answers1

2

when ever you re-build the application or make any other application with same app id ,the document folder for that is not erased .It will be removed only when the app is removed from the simulator.

Ali3n
  • 1,244
  • 6
  • 10