You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
out: `error: exportArchive: "code-sign-test.app" requires a provisioning profile.`,
49
49
want: []string{`error: exportArchive: "code-sign-test.app" requires a provisioning profile.`},
50
50
},
51
+
{
52
+
name: "Regular error with project path prefix",
53
+
out: `./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 'code-sign-test' from project 'code-sign-test')`,
54
+
want: []string{`./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 'code-sign-test' from project 'code-sign-test')`},
55
+
},
51
56
{
52
57
name: "xcodebuild error",
53
58
out: `xcodebuild: error: Failed to build project code-sign-test with scheme code-sign-test.
54
59
Reason: This scheme builds an embedded Apple Watch app. watchOS 9.0 must be installed in order to archive the scheme
55
60
Recovery suggestion: watchOS 9.0 is not installed. To use with Xcode, first download and install the platform`,
56
61
want: []string{`xcodebuild: error: Failed to build project code-sign-test with scheme code-sign-test.
57
62
Reason: This scheme builds an embedded Apple Watch app. watchOS 9.0 must be installed in order to archive the scheme
63
+
Recovery suggestion: watchOS 9.0 is not installed. To use with Xcode, first download and install the platform`},
64
+
},
65
+
{
66
+
name: "xcodebuild error and regular error with project path prefix",
67
+
out: `./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 'code-sign-test' from project 'code-sign-test')
68
+
69
+
xcodebuild: error: Failed to build project code-sign-test with scheme code-sign-test.
70
+
Reason: This scheme builds an embedded Apple Watch app. watchOS 9.0 must be installed in order to archive the scheme
71
+
Recovery suggestion: watchOS 9.0 is not installed. To use with Xcode, first download and install the platform`,
72
+
want: []string{
73
+
`./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 'code-sign-test' from project 'code-sign-test')`,
74
+
`xcodebuild: error: Failed to build project code-sign-test with scheme code-sign-test.
75
+
Reason: This scheme builds an embedded Apple Watch app. watchOS 9.0 must be installed in order to archive the scheme
58
76
Recovery suggestion: watchOS 9.0 is not installed. To use with Xcode, first download and install the platform`},
0 commit comments