In one of our apps, Bitrise seems to download the wrong provisioning profile for an app-store build:
Ensure Provisioning Profiles on Developer Portal
checking xcode managed development profile for target: APP (BUNDLE ID) with 5 services on developer portal
downloading development profile: iOS Team Provisioning Profile: BUNDLE ID
checking xcode managed app-store profile for target: APP (BUNDLE ID) with 5 services on developer portal
downloading app-store profile: iOS Team Ad Hoc Provisioning Profile: BUNDLE ID
Why is it using an Ad Hoc provisioning profile for the app-store build? Later on the archive step fails due to a missing profile.