Running Xcode Run script Completing the build phase of the script only during installation "

There is a “run the script only during installation” in the Xcode Run script Build Phase, I can not find the documentation on this. What is he doing?

+50
xcode
May 6 '11 at 14:57
source share
2 answers

If you run the script only during installation , the script runs only when the archive of products.

+79
Feb 20 '14 at 19:22
source share

The Xcode Building System Guide (Xcode 3.2.x) says:

Run the script only during installation. The script runs only during installation build, that is, when using the xcodebuild installation option or when configuring the deployment location configuration (DEPLOYMENT_LOCATION) and the Post Processing (DEPLOYMENT_POSTPROCESSING) deployment is enabled.

+11
May 6 '11 at 16:02
source share



All Articles