eas build error: Authentication with Apple Developer Portal Failed!

I am trying to create an iOS build for AppStore/TestFlight. I run into this error when trying to login with my apple developer account during the build:

% eas build -p ios

...

✔ Do you want to log in to your Apple account? … yes

› Log in to your Apple Developer account to continue

...

Authentication with Apple Developer Portal failed!
    Error: Security returned a non-successful error code: 36
    Code: ServiceFailure

I am not sure if this is an issue with EAS, my current setup, my apple developer account, or if I am missing any steps. I am currently on expo-cli@6.0.2, eas-cli@0.59.0, and my project is using Expo SDK 46. I have enrolled in the paid apple developer program.

My steps go as follows:

eas login
eas build:configure [-p ios]
eas build -p ios

If anyone has any ideas as to what I am missing or point out any issues that would be great. Please let me know if I need to provide more information

it’s possible that the apple developer portal had a brief outage at the time that you tried to sign in. if you try again and get the same error, try running EXPO_APP_STORE_DEBUG=1 eas build -p ios and share the output with us

1 Like

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