I have a problem in my ios build. I have added a test device in my apple developer account but this new device is not included in the provisioning profiled used by bitrise.
In my worflow I use “Ios auto provision step”. In this case do I have to upload my provisioning profile in the code signing tab ? For me it seems this is not required.
I there something special to do in my xcode project configuration or in bitrise steps so each time I do a build in bitrise my provisioning profile will contain all my devices even the latest ?
Thanks for your question!
Using the iOS Auto Provision step should manage your provisioning profiles automatically, and would not require you to manually handle them
That should be it, but in case you experience issues with this step, we have a little troublehsooting guide on it: iOS code signing - troubleshooting | Bitrise DevCenter
I just checked and I did not allow the Auto Provision step to generate the profiles for me. I changed the step configuration and will see in the future if it solves the problem for future users