Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
151 views
in Technique[技术] by (71.8m points)

ios - How can I run Fastlane's Sigh function now that Apple requires 2FA?

Previously we setup a user in developer.apple.com that doesn't have 2FA so that we could use the following in our CI/CD:

fastlane sigh download_all 
 --team_id=$(TEAM_ID) 
 --app_identifier=$(BUNDLE_IDENTIFIER) 
 --username=$(APPLE_ID) 
 --provisioning_name=$(PROVISIONING_PROFILE_NAME) 
 --output_path=$(PROFILES_DIR) 
 --download_xcode_profiles 
 --readonly

I found suggestions online to use the App Store Connect API and create an API Key but it seems that because our organization is an Enterprise org we don't have the option to create API Keys. Is there another way around this? We don't need to use Fastlane if there is another way to do it.

question from:https://stackoverflow.com/questions/66054882/how-can-i-run-fastlanes-sigh-function-now-that-apple-requires-2fa

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...