Use Xcode's Automatically manage signing and Bitrise's iOS Auto Provision step together!
We released the iOS Auto Provision step at the end of 2017 and since its first release, the step got several updates thanks to our great community. With the 14th pull request, we unlocked a new feature for the step: from now on, it can automatically manage profiles, even if the iOS project uses Xcode's Automatically manage signing option.
This option was introduced by Xcode 8, and since that Xcode version the feature got some handy updates and it started to be more and more commonly used in iOS projects. So from the new version on, the step can detect if the provided iOS project uses Automatically manage signing option or not.
If the project uses the new signing option the step makes sure that the test devices registered on Bitrise are also registered on Developer Portal. Then it will download the Xcode managed profiles which are needed to sign your project and will install them together with the provided certificates.
No further action is required to use the step with the new signing option, just follow the step's integration guide.
Happy building!