xcode_select¶
Change the xcode-path to use. Useful for beta versions of Xcode
Select and build with the Xcode installed at the provided path. Use the
xcversion
action if you want to select an Xcode based on a version specifier or you don't have known, stable paths as may happen in a CI environment.
xcode_select | |
---|---|
Supported platforms | ios, mac |
Author | @dtrenz |
1 Example¶
xcode_select("/Applications/Xcode-8.3.2.app")
To show the documentation in your terminal, run
fastlane action xcode_select