Code signing is set up using the iOS Auto Provision with App Store Connect Step, but building the test target fails because of a missing provisioning profile.
The iOS Auto Provision with App Store Connect Step currently can only download provisioning profiles for the main target. If you need to sign your unit or UI test target (for example, testing on a physical device using Firebase Test Lab), then you need to use one of the other two code signing methods of Bitrise:
- iOS Auto Provision with Apple ID Step
- Manual provisioning with the Certificate and profile installer Step