[expo build:ios] Failed to generate Apple Distribution Certificate

I’m trying to build an iOS app by letting expo handle all the certificates, but it throws an error: “Failed to generate Apple Distribution Certificate” with this output:

Reason: Unexpected response, raw: {“responseId”:“97ee9ade-d713-4f52-b34f-695ab9a570e7”,“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. https://developer.apple.com/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. https://developer.apple.com/support",“creationTimestamp”:“2019-11-21T17:37:07Z”,“protocolVersion”:“QH65B2”,“userLocale”:“en_US”,“requestUrl”:“https://developer.apple.com/services-account/QH65B2/account/ios/certificate/submitCertificateRequest.action”,"httpCode”:200}

What can I do to successfully generate my build?

expo diagnostics:

Expo CLI 3.8.0 environment info:
System:
OS: macOS 10.15.1
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 12.1.0 - /usr/local/bin/node
npm: 6.13.1 - /usr/local/bin/npm
IDEs:
Xcode: 11.2/11B52 - /usr/bin/xcodebuild
npmPackages:
expo: ^35.0.0 => 35.0.0
react: ^16.8.3 => 16.8.6
react-native: https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz => 0.59.8
react-navigation: ^4.0.10 => 4.0.10
npmGlobalPackages:
expo-cli: 3.8.0

Thanks in advance!!

Looks obvious, have you tried following the instructions in the error? Mainly:

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.

I.e. you don’t have permissions to do this.

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