Failed authentication in Apple Developer Portal when execute expo build:ios
问题 I'm trying to config automatically build iOS apps using Expo through Gitlab-CI . This are the commands that I am using: expo login -u expo_user -p expo_pass expo build:ios --non-interactive --apple-id my_id@domain.com --clear-dist-cert --clear-provisioning-profile --dist-p12-path "path_to_file.p12" --provisioning-profile-path "path_to_file.mobileprovision" I am already passing the respective values of this env vars: EXPO_APPLE_PASSWORD EXPO_IOS_DIST_P12_PASSWORD During the 2nd command