I use fastlane tools to handle all my signature needs in Xcode 7. When I started using Xcode 8, I had some problems. Xcode 8 introduces a new “automatic” signature approach. I can still use the fastlane tools, telling Xcode not to use automatic signing and choosing the correct values that appear in the signature options when disabling automatic installation.
I would like to start using the auto-subscribe option, but I'm not 100% sure how to do it correctly using fastlane. I believe I need to understand how to use the PROVISIONING_PROFILE_SPECIFIER parameter?
Can anyone explain how fastlane should work with Xcode 8 auto-signing?
source
share