bitrise-steplib / steps-xcode-archive

Xcode Archive for iOS step
MIT License
68 stars 56 forks source link

Handle errors with project path prefix #311

Closed godrei closed 2 years ago

godrei commented 2 years ago

Checklist

Version

Requires a MINOR version update

Context

This PR adds support for xcodebuild error lines with project path prefix (./steps-xcode-archive/_tmp/code-sign-test.xcodeproj: error: No profile for team 'ASDF8V3WYL' matching 'BitriseBot-Wildcard' found: Xcode couldn't find any provisioning profiles matching 'ASDF8V3WYL/BitriseBot-Wildcard'. Install the profile (by dragging and dropping it onto Xcode's dock item) or select a different one in the Signing & Capabilities tab of the target editor. (in target 'watchkit-app' from project 'code-sign-test'))

Changes

Investigation details

Decisions