Exp standalone build for iOS fails but Android works

I am using the --apple-enterprise-account flag and also have admin privileges on the team Apple developer account - can create, edit, delete certs.

Error when I select expo to handle all credentials:

16:48:52 [exp] Error while gathering & validating credentials
16:48:52 [exp] Reason:You are not allowed to perform this operation. Please check with one of your Team Admins, or, if you need further assistance, please contact Apple Developer Program Support. You are not allowed to perform this operation. Please check with one of your Team Admins, or, if you need further assistance, please contact Apple Developer Program Support. , raw:{“responseId”:“9164ab83-0ad5-48c5-a33f-c742b8f4879a”,“resultCode”:1200,“resultString”:"You are not allowed to perform this operation. Please check with one of your Team Admins, or, if you need further assistance, please contact Apple Developer Program Support. ",“userString”:“You are not allowed to perform this operation. Please check with one of your Team Admins, or, if you need further assistance, please contact Apple Developer Program Support. “,“creationTimestamp”:“2018-03-19T20:48:52Z”,“protocolVersion”:“QH65B2”,“userLocale”:“en_US”,“requestUrl”:””,“httpCode”:200}

Error when I upload own certs:

EDIT:

Standalone build fails:

After negotiating credentials with keychain

Executing command: fastlane gym -n 23adb2b1-7d38-4053-b8a0-fe3c4519ca47-unsigned.ipa --workspace /usr/local/turtle-agent/shellAppWorkspaces/ios/default/ExpoKitApp.xcworkspace --scheme ExpoKitApp --archive_path /tmp/turtle/23adb2b1-7d38-4053-b8a0-fe3c4519ca47/23adb2b1-7d38-4053-b8a0-fe3c4519ca47.xcarchive --skip_build_archive true -i 36874221A1F19BA850B58F6DF56E044CA5C87E8B --export_options /tmp/turtle/23adb2b1-7d38-4053-b8a0-fe3c4519ca47/provisioning-23adb2b1-7d38-4053-b8a0-fe3c4519ca47/export-options.plist --export_method enterprise --export_xcargs OTHER_CODE_SIGN_FLAGS=“–keychain /tmp/turtle-agent/3121574e-2c64-11e8-9710-0050568e0259.keychain” -o /tmp/turtle/23adb2b1-7d38-4053-b8a0-fe3c4519ca47/23adb2b1-7d38-4053-b8a0-fe3c4519ca47-build --verbose

Unable to generate IPA.
unable to build and sign IPA

I have the same problem

I also have the save problem

Sorry for the late update but it was due to a missing private key for a distribution cert in my keychain. Maybe check that?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.