简体   繁体   中英

fastlane tools and xcode8, should I still use it?

I am using fastlane tools to handle all my signing needs in Xcode 7. As I started using Xcode 8 I've been having some issues. Xcode 8 introduces a new "automatic" signing approach. I am still able to use fastlane tools by telling Xcode not to use automatic signing and by selecting the correct values that come up in the signing options when disabling the automatic check box.

I would like to start using the automatic signing option, but I am not 100% sure how to do it properly using fastlane. I believe I need to understand how to use PROVISIONING_PROFILE_SPECIFIER option?

Can anybody explain how fastlane is supposed to work with Xcode 8 automatic signing?

If you want to use fastlane for code signing, you should disable automatic code signing and let fastlane do its thing. You can however also enable automatic code signing and let Xcode manage the profiles for you.

You can find more information about how to use fastlane with Xcode 8 and the new Automatic code signing in the XcodeProject fastlane docs

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM