Bitrise Build Issue Report template
After renewing our certificates last week, our builds fail on Bitrise when using the stack with Xcode 11.7.
However it works on Bitrise with the Xcode 12.2 stack, and locally on my machine with Xcode 11.7.
Unfortunately our project is not Xcode 12 ready yet and we need it to compile with the Xcode 11.7 stack on Bitrise.
Environment:
Where did the issue happen?
XCode 11.7.x, Mac OS 10.15.6
Which build Step causes the issue and which version of the step?
steps-certificate-and-profile-installer 1.10.3
steps-xcode-archive 2.8.6
Reproducibility
- Does a “Rebuild” help? (You can trigger a rebuild from the Build’s page, by clicking the “Rebuild” button in the top right corner of a finished build) : NO
-
Does a rebuild without caches help? (You can remove the
Cache:Pull
andCache:Push
steps temporarily to not to use the cache, or you can delete all the caches on theSettings
tab of the app. : NO - Does the issue happen sporadically, or every time? :
- Does upgrading the build Step to the latest version help? : NO
- When did the issue start? : After generating new provisioning profiles and certificates
Local reproduction
The build works locally with Xcode 11.7 / Mac OS 10.15.4
Here are the links to two consecutive builds with the exact same yml and code on Github, the only difference being that we changed the failing one uses the Xcode 11.7 stack.