xcodebuild¶
Use the xcodebuild
command to build and sign your app
Note:
xcodebuild
is a complex command, so it is recommended to use gym for building your ipa file and scan for testing your app instead.
xcodebuild | |
---|---|
Supported platforms | ios, mac |
Author | @dtrenz |
1 Example¶
xcodebuild(
archive: true,
archive_path: "./build-dir/MyApp.xcarchive",
scheme: "MyApp",
workspace: "MyApp.xcworkspace"
)
To show the documentation in your terminal, run
fastlane action xcodebuild