Specify build folder for iphone application

Posted by Martin KS on Stack Overflow See other posts from Stack Overflow or by Martin KS
Published on 2010-04-21T18:08:58Z Indexed on 2010/04/22 15:23 UTC
Read the original article Hit count: 153

I've written an app that uses some of the user's camera roll images, and while it does so it stores them in the application root directory. The problem I have is that whenever I re-compile my application it changes the folder to which the application is installed. Is there any way I can specify which folder it should build to, so that any path information stored during it's last run will still be valid?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about build-settings