Bitrise Build Issue Report template
Description of the issue
Xcode 11.0 was released therefore I had to make the necessary change to bitrise. The build contains 4 small changes across 3 swift files. The Xcode project has all the suggested upgrades from apple and locally everything builds and runs without warnings. Xcode 10.x bitrise build was working fine!
The iOS Provisioning step is failing with:
Error:
Failed to find ad-hoc Xcode managed provisioning profile for bundle id: com.mindoula.royals.staging.
Please open your project in your local Xcode and generate and ipa file
with the desired distribution type and by using Xcode managed codesigning.
This will create / refresh the desired managed profiles.
Stacktrace (for debugging):
emphasized text/private/var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise626714873/step_src/lib/autoprovision/portal/profile_client.rb:76:in `ensure_xcode_managed_profile’
Of course the project is managed ie Xcode 10.x was fine? Unsure how to proceed and we need to get this build out? This is super straightforward small iOS project.
Environment:
If on Bitrise.io: which stack? If not on Bitrise.io: on what operating system? (Plus any other information you can share)
Xcode 11.0.x, on macOS 10.14.5 (Mojave)
iOS Auto Provision
E.g.: Git Clone v3.6.0
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? :YES
- Does upgrading the build Step to the latest version help? : NO
- When did the issue start? : 9/25/19
Local reproduction
Can it be reproduced on your own Mac/PC by following our local debug guide? Please follow at least the first section (“Testing with a full clean git clone”) to make sure to test the state of the code what bitrise.io will get when it does a git clone in the clean environment! If possible please note which sections you tried.
It was work fine for Xcode 10.x, no code or xcode project config changes where made other the usual apple sttuff.
Local reproduction: Linux / Android (docker based) stack builds
Can it be reproduced by running the build locally, after doing a new git clone of the repository into the /tmp
directory and running the build from there with the Bitrise CLI ( https://www.bitrise.io/cli )? If no, can it be reproduced with Docker (using the same docker images / environment we use on bitrise.io)? Related guide: Running your build locally in Docker - Bitrise Docs .
Build log
Please copy paste the build’s bitrise.io URL here (or if the issue happens somewhere else then the full logs), or if you can’t share the url / log here then send the url or full log through a private channel (e.g. email - Contact us ), with a link to the related Discuss issue.