Problem:
Enterprise app does not get signed with distribution(/production) profile when running bot integration on Xcode 9 server, but with development profile.
Scenario(/question):
I've upgraded to Xcode 9. The apple ID used is enrolled in the Enterprise program. The project target and bot settings are set to create the Release target.
When creating an archive locally and exporting it, the app gets signed with the right distribution profile. (Using the same apple ID)
Previously I've had to turn off the automatic signing and choose the specific profile. (and then commit that code.. so that bot integration/signing works) I'd like to not have to do that anymore and just be able to use the automatic code signing.
Has anyone encountered this behaviour too and/or know what I can do to get the integration bot to sign with the right (distribution/production) profile?