Authentication with Apple Developer Portal failed

Hi guys.

Im facing the following problem when I try to build a new IOS app:

"Authentication with Apple Developer Portal failed!
Reason: Unknown reason, raw: “Unauthorized Access”

I already check the terms in the account and is everything ok.

Here is my expo diagnostics:

Expo CLI 3.17.24 environment info:
System:
OS: macOS 10.15.3
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 10.16.0 - /usr/local/bin/node
Yarn: 1.17.3 - /usr/local/bin/yarn
npm: 6.13.7 - /usr/local/bin/npm
IDEs:
Xcode: 11.3.1/11C504 - /usr/bin/xcodebuild
npmPackages:
expo: ^36.0.0 => 36.0.0
react: 16.9.0 => 16.9.0
react-native: https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz => 0.61.4
npmGlobalPackages:
expo-cli: 3.17.24

MacBook-Air-de-Alex:react-new-app alexmoret$

Anyone can help me?

1 Like

@charliecruzan, can you help me?

I’m having the same problem. Occurred after updating to latest expo-cli (3.19.2)

I’ve tried running expo build:ios with the --skip-credentials-check and --no-publish flags, no joy. I also tried installing the latest node.

I actually ran into this problem several months ago, but with expo upload:ios rather than expo build:ios. My solution then was to build normally, download .ipa from Expo, and then deploy using Transporter.

Is there another way to build these Expo apps? Through Xcode, perhaps?

Here’s my expo diagnostics:

Expo CLI 3.19.2 environment info:
    System:
      OS: macOS 10.15.2
      Shell: 5.7.1 - /bin/zsh
    Binaries:
      Node: 12.16.2 - /usr/local/bin/node
      Yarn: 1.22.4 - ~/.yarn/bin/yarn
      npm: 6.14.4 - /usr/local/bin/npm
      Watchman: 4.9.0 - /usr/local/bin/watchman
    IDEs:
      Android Studio: 3.4 AI-183.6156.11.34.5522156
      Xcode: 11.4/11E146 - /usr/bin/xcodebuild
    npmPackages:
      expo: ^37.0.0 => 37.0.4 
      react: 16.9.0 => 16.9.0 
      react-native: https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz => 0.61.4 
    npmGlobalPackages:
      expo-cli: 3.19.2

Okay, I found a way to build for iOS. In the terminal, expo-cli will ask you something like “Do you have access to the Apple Developer account? Y/n”. Just say no. It will still build, so I could download the .ipa and deploy using Transporter.

I found out a better way.

When they ask about two factor authenticator write “SMS” and they will show the cel number to receive and choose yours.

After that, it will work

Hope do clarify…

1 Like

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