Xcode 6 keeps renaming my app’s directory in iOS8 simulator after each run.

Turns out Xcode 6 does in fact change the app’s UUID every run, and I’m in the wrong for storing absolute paths.

Leave a Comment