Error building iOS enterprise app

I’m getting the You are not allowed to perform this operation error when building with the enterprise account. I’m an admin of the account and I have revoked all existing certificates and provisioning profiles. I also tried building with --apple-enterprise-account option, still no luck. Below is the full error meessage I’m getting. Can you pls help.

11:17:09 [exp] Reason:Unexpected response, raw:{"responseId":"027d62be-baaf-45e5-89f1-dfcd675ed677","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":"2018-04-18T05:47:08Z","protocolVersion":"QH65B2","userLocale":"en_US","requestUrl":"https://developer.apple.com/services-account/QH65B2/account/ios/certificate/submitCertificateRequest.action","httpCode":200}
11:17:09 [exp] Error: Reason:Unexpected response, raw:{"responseId":"027d62be-baaf-45e5-89f1-dfcd675ed677","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":"2018-04-18T05:47:08Z","protocolVersion":"QH65B2","userLocale":"en_US","requestUrl":"https://developer.apple.com/services-account/QH65B2/account/ios/certificate/submitCertificateRequest.action","httpCode":200}
    at IOSBuilder._throwIfFailureWithReasonDump (/exp@52.0.3/src/commands/build/IOSBuilder.js:458:13)
    at IOSBuilder._callee6$ (/exp@52.0.3/src/commands/build/IOSBuilder.js:265:14)
    at tryCatch (/Users/deepak/.nvm/versions/node/v9.4.0/lib/node_modules/exp/node_modules/regenerator-runtime/runtime.js:62:40)
    at Generator.invoke [as _invoke] (/Users/deepak/.nvm/versions/node/v9.4.0/lib/node_modules/exp/node_modules/regenerator-runtime/runtime.js:296:22)
    at Generator.prototype.(anonymous function) [as next] (/Users/deepak/.nvm/versions/node/v9.4.0/lib/node_modules/exp/node_modules/regenerator-runtime/runtime.js:114:21)
    at step (/Users/deepak/.nvm/versions/node/v9.4.0/lib/node_modules/exp/node_modules/babel-runtime/helpers/asyncToGenerator.js:17:30)
    at /Users/deepak/.nvm/versions/node/v9.4.0/lib/node_modules/exp/node_modules/babel-runtime/helpers/asyncToGenerator.js:28:13
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:160:7)
2 Likes

Have you tried using the fastlane option for deployment?

No… Fastlane, I thought, was for deployment. I’m having trouble with the build.

I’m experiencing the same issue.

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