Unable to Validate Apple Credentials

I’m so glad!

If other people are having difficulty with their builds, we’ve added new functionality where you can visit https://expo.io/@<YOUR_USER_NAME>/<YOUR_PROJECT_NAME>/builds and see logs without having to ask us.

@lazzlo I hope this functionality helps you!

1 Like

Please help, stuck with this issue every time it is generating new certificates and now I deleted extra certificate from developer account even it is not creating build.

[exp] Error validating credentials. You may need to clear them (with -c) and try again.
[exp] Request failed with status code 500
[exp] Error: Request failed with status code 500
at createError (/usr/local/lib/node_modules/exp/node_modules/axios/lib/core/createError.js:16:15)
at settle (/usr/local/lib/node_modules/exp/node_modules/axios/lib/core/settle.js:18:12)
at IncomingMessage.handleStreamEnd (/usr/local/lib/node_modules/exp/node_modules/axios/lib/adapters/http.js:191:11)
at emitNone (events.js:110:20)
at IncomingMessage.emit (events.js:207:7)
at endReadableNT (_stream_readable.js:1045:12)
at _combinedTickCallback (internal/process/next_tick.js:138:11)

Hey @smartshift

  • Have you logged in and accepted the terms and conditions on the developer account?

If you’re still having trouble, the flow I’ve seen from other answers appears to be:

  • Downloaded distribution and push certificates from Apple Developer
  • Export using Keychain to P12 with password.
  • Executed exp build:ios and selected “Expo handles all credentials, you can still provide overrides”
  • Revoke the distribution cert from apple developer.

Let us know if its still not working for you

Hello there,
I got following error when I try build ios.
I hope your help.

[exp] Validating Credentials…
[exp] You have 1 teams
Only 1 team associated with your account, using Team ID: V2E3A94DC9
? Will you provide your own Distribution Certificate? Let Expo handle the proces
s
? Will you provide your own Push Certificate? Let Expo handle the process
[exp] Error while gathering & validating credentials
[exp] Reason:You already have a current iOS Distribution certificate or a pending certificate request. Maximum number of certificates generated, raw:{“responseId”:“576a22ca-0908-4c75-ab62-e41345b1ff38”,“resultCode”:7460,“resultString”:“Maximum number of certificates generated”,“userString”:“You already have a current iOS Distribution certificate or a pending certificate request.”,“creationTimestamp”:“2018-02-03T20:14:42Z”,“protocolVersion”:“QH65B2”,“userLocale”:“en_US”,“requestUrl”:“https://developer.apple.com/services-account/QH65B2/account/ios/certificate/submitCertificateRequest.action","httpCode”:200}
[exp] Set EXPO_DEBUG=true in your env to view the stack trace.
Admins-Mac:Resucer admin$ exp build:ios
[exp] Making sure project is set up correctly…

@yury111romanov Please make your own forum topics when you have your own issue.

  1. Please update exp.
  2. You already have a current iOS Distribution certificate or a pending certificate request. Maximum number of certificates generated Means you need to go to developer.apple.com and revoke those certs and possibily provisioning profile. Then run exp build:ios for you.
1 Like

Dear edgar
Thank you for your help
You saved my day

1 Like

Dear edgar.
I made .ipa but I couldn’t install on my phone.(IPhone 6).
The error screen is following.
sincerely
Yury

@yury111romanov

Please make your own forum posts when you have an issue.

1 Like

I am also experiencing the case you mentioned above but until now still do not know how to overcome it.