What does install option of xcodebuild do

51 Views Asked by At

When running xcodebuild from the command line. What does the install option do?

xcodebuild -configuration release install

For the release scheme in this example, what switches does install flip?

The manual sadly does not elaborate and the man page for xcodebuild makes no explicit reference to install other than the command takes a <buildaction> argument

0

There are 0 best solutions below