Xcode Archive & Export for iOS v2.8.2

When using xcodebuild Output tool, the Xcode archive command build logs are no longer included in the Bitrise build logs, due to their large size. The Xcode build logs are available as an artifact uploaded by Deploy to Bitrise.io step, and the log path is output in the BITRISE_XCODE_RAW_TEST_RESULT_TEXT_PATH variable.

The xcpretty Output tool is unchanged. The output is visible in the build log, and the raw logs are uploaded as an artifact only in case of a failure.

1 Like

This has broken my build. v2.8.1 was working fine, version 2.8.2 is giving me this error:

Failed to open project: /Users/vagrant/git/Dialpad.xcworkspace: could not get scheme with name Dialpad from path /Users/vagrant/git/Dialpad.xcworkspace

Successful build with v2.8.1: https://app.bitrise.io/build/f4e91d837c4eb6d5#?tab=log
Failed build with 2.8.2: https://app.bitrise.io/build/baade023146a5503#?tab=log

This topic was automatically closed after 90 days. New replies are no longer allowed.