Why Duplicate the “Release” configuration to "Disctribution"?
Posted
by Horace Ho
on Stack Overflow
See other posts from Stack Overflow
or by Horace Ho
Published on 2010-04-27T13:16:12Z
Indexed on
2010/04/27
13:33 UTC
Read the original article
Hit count: 141
On the Apple guide, there is a step before building the AppStore version:
Open the Xcode project and Duplicate the “Release” configuration in the Configurations pane of the project's Info panel. Rename this new configuration “Distribution”.
Why this step is needed? Can I skip this step and use the "Release" configuration to build the final version for AppStore?
© Stack Overflow or respective owner