$ ssh build-user@node-address
Last login: current session
$ sw_vers
ProductName: macOS
ProductVersion: [current system version]
$ xcodebuild -version
Xcode [currently installed version]
Build version [current build number]
$ xcodebuild -workspace Project.xcworkspace \
-scheme Project \
-configuration Release \
-destination "generic/platform=iOS" \
archive
note: Resolving package dependencies
note: Compiling target Project
error: Build input file cannot be found
** ARCHIVE FAILED **
exit status: 65
$ bundle exec fastlane ios build
[fastlane] Loading configuration
[fastlane] Running build lane
[fastlane] Step failed: archive
[fastlane] Preserve the complete log and exit code
SSH verification
Confirm that the node is reachable and record the current execution user.
Xcode output
Keep the scheme, configuration, destination, and exit code.
Fastlane output
Specify the failed lane, exact step, and location of the complete log from the same run.