bitrise-steplib / steps-xcode-archive

Xcode Archive for iOS step
MIT License
65 stars 55 forks source link

Plang 2392 cmd error #309

Closed godrei closed 2 years ago

godrei commented 2 years ago

Checklist

Version

Requires a MINOR version update

Context

This PR improves on the xcodebuild command execution error messages.

Changes

step run failed:
  exporting an IPA failed:
    command (xcodebuild "-exportArchive" "-archivePath" "./code-sign-test.xcarchive" "-exportPath" "./exported" "-exportOptionsPlist" "./export_options.plist") failed with exit status 70:
      error: exportArchive: "code-sign-test.app" requires a provisioning profile.
      error: exportArchive: "watchkit-app.app" requires a provisioning profile.
      error: exportArchive: "watchkit-app Extension.appex" requires a provisioning profile.
      error: exportArchive: "share-extension.appex" requires a provisioning profile.

Non-functional changes:

Investigation details

Decisions