Quote:
Originally Posted by ALEXLLC
Anyone care to help answer #1, #2, and #3? I solved #4 after poking around the documentation a bit.
|
1. Do I have to Clean Targets?
It is best practice to do so before you build the distribution build. Clean all targets while you are at it, and do a rebuild.
2. After I Build and I'm ready to release, where do I find the actual app and what is the best method to zip file it?
Usually project directory / Build/ Distribution-iphoneOS/*.app. You can zip it straight from finder if you want. (right click/compress). You can do a right click within XCode on the Products/app and choose "reveal in Finder" to get there quicker.
3. What else is included in the ZIP file beside the app itself?
Just the app. (The app itself is a package and contains multiple files, so just zipping the single app gets it all).
HTH. (As a note, for more in-depth questions along these lines the non-business forum might be better suited for a quick answer.)