Build for debug is just press on the PLAY symbol, but I don't know how to Build for distribution/release?
相关问题
- Apple PrefPane example fails to build with clang e
- XCode 4.2 clang seg fault
- How do I change the compiler in Xcode
- How do I add OpenGL Mathematics (GLM) to Xcode 4?
- How do you link a C++ static library to a C progra
相关文章
- Generate code for core data attributes in xcode 4
- UITableViewController Background Image
- Can't Rename Files In Xcode 4 Anymore?
- How do I navigate through a method call hierarchy
- can't find info.plist in xcode 4
- What should I do about xcuserdata directories with
- reloadData in MasterView from DetailView
- How to debug “Xcode CodeSign error: The entitlemen
XCode>Product>Schemes>Edit Schemes>Run>Build Configuration
You can use command line tool to build the release version. Next to your project folder, i.e.
Type the following build command:
The short answer is:
Product -> Archive, later, press the distribute button and check the option Export as Application or what you want
That part is now located under Schemes. If you edit your schemes you will see that you can set the debug/release/adhoc/distribution build config for each scheme.
To set the build configuration to Debug or Release, choose 'Edit Scheme' from the 'Product' menu.
Then you see a clear choice.
The Apple Transition Guide mentions a button at the top left of the Xcode screen, but I cannot see it in Xcode 4.3.