I have an older project that I need to do an update for. However, since the realease of Xcode 4 a few things have changed. I have found where the projects app.sym file is but the folder only specify Debug. Where do I set my project to build the app and create a release folder?
Share
In XCode4, the configuration option has moved to scheme. you can edit scheme settings in Product>Edit Scheme or Command Shift <. In it you will need to select particular action
(Build, Run etc.)and change the configuration underinfotab. ChangeDebugthe build configuration toReleasefor Run action.Now, build and run your project it will create directory for release.