Search code examples
iosobjective-cmacosbase-pathnshomedirectory

Application folder name changes every time i run in simulator


Whenever I restart my application it's folder name in finder is changed from

09323D3F-D371-4556-ABA3-BD23AF487F12

to

E771BBEC-ACC6-489C-B7C1-B5FF11004CB2/

NSHomeDirectory() is changing everytime I run the app in simulator.


Solution

  • Don't save the full path, but just the directory and file name to the images. Since this behaviour is new in iOS 8 and will happen on a real device.