Hi! Bitrise is such a cool service!
I’m trying to get autoprovisioning working, following the excellent instructions at https://app.bitrise.io/app/3d88872312625036/workflow/code_signing_wizard.
I’m having the identical error message as reported in this question: Major Noob reporting for duty sir! Simple iOS setup not working
which is the following:
Error:
No Apple developer account found for this build.
Stacktrace (for debugging):
/private/var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise844948834/step_src/lib/autoprovision/auth_helper.rb:61:in `get_developer_portal_data'
/private/var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise844948834/step_src/lib/autoprovision/auth_helper.rb:20:in `login'
/var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise844948834/step_src/step.rb:25:in `<main>'
This is in the ios-auto-provisioning step.
Here’s what I’ve tried:
- My Apple Developer Account is already connected.
- I have two teams on my account, so I also added the Team ID to the workflow step.
- I also tried changing the scheme name in the workflow step, from $BITRISE_WORKFLOW to a literal that matches the scheme in my workspace.
Still no luck!
How can I resolve this?