尝试执行expo build时遇到此错误:ios 这是我得到的错误:
[15:38:20] Error while gathering & validating credentials
[15:38:20] Reason: Unexpected response, raw: {
"responseId": "ee62c44e-db97-4c81-80ad-705b98416466",
"resultCode": 7460,
"resultString": "Maximum number of certificates generated",
"userString": "You already have a current iOS Distribution certificate or a pending certificate request.",
"creationTimestamp": "2018-11-18T13:38:20Z",
"protocolVersion": "QH65B2",
"userLocale": "en_US",
"requestUrl": "https://developer.apple.com/services-account/QH65B2/account/ios/certificate/submitCertificateRequest.action",
"httpCode": 200
}
IM USING EXPO:
No currently active or previous builds for this project.
? How would you like to upload your credentials?
Expo handles all credentials, you can still provide overrides
We need your Apple ID/password to manage certificates and
provisioning profiles from your Apple Developer account.
Note: Expo does not keep your Apple ID or your Apple password.
? What's your Apple ID?(**valid account- I'm getting into my account while trying to do it**)
? Password? [hidden]
[15:38:04] Validating Credentials...
[15:38:09] Only 1 team associated with your account, using Team ID: MD8BX56B88
? Will you provide your own Distribution Certificate? Let Expo handle the process
? Will you provide your own Push Certificate? Let Expo handle the process
我做错了什么? 我在网上找不到任何信息
答案 0 :(得分:0)
您必须转到developer.apple.com并删除以前为此bundleIdentifier生成的证书。如果这本身不能解决问题,您也可以更改bundleIdentifier名称,然后重试。