eas-cli: EAS Build, Apple 403 detected - Access forbidden on Linking bundle identifier

Build/Submit details page URL

No response

Summary

We did a successful build 2 days ago without any issues. From today on it seems we are getting

Network Timeout: 'AccessForbiddenError', 'Apple 403 detected - Access forbidden'. Retrying after 3 seconds (remaining: 3)

on the Linking bundle identifier step.

This happens while running the eas build --profile preview --platform ios command.

Nothing was changed in the AppstoreConnect user settings, I still have access to everything (am an admin), so not sure what is going on or how to proceed with a build.

If you need more information let me know or if you could point me in the right direction.

Managed or bare?

managed

Environment

  EAS CLI 0.42.4 environment info:
    System:
      OS: macOS 12.0.1
      Shell: 5.8 - /bin/zsh
    Binaries:
      Node: 16.5.0 - ~/.nvm/versions/node/v16.5.0/bin/node
      Yarn: 1.22.10 - /usr/local/bin/yarn
      npm: 8.1.0 - ~/.nvm/versions/node/v16.5.0/bin/npm
    Utilities:
      Git: 2.32.0 - /usr/bin/git
    npmPackages:
      expo: ^43.0.0 => 43.0.3
      react: 17.0.1 => 17.0.1
      react-dom: 17.0.1 => 17.0.1
      react-native: 0.64.3 => 0.64.3
      react-native-web: 0.17.1 => 0.17.1
    npmGlobalPackages:
      eas-cli: 0.42.4
      expo-cli: 4.13.0
    Project workflow: managed

Error output

No response

Reproducible demo or steps to reproduce from a blank project

  1. Run the eas build --profile preview --platform ios from the project
  2. Watch it fail while trying to Linking bundle identifier

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 3
  • Comments: 21

Most upvoted comments

@chrisscott Make sure to accept the latest TOS on the Apple developer page, this was the issue in our case…

I looked at my profile in https://developer.apple.com/ and that I accepted the changes. it worked for me.

I fixed this issue modifying user’s permission in Admin account, user must have those permissions: image Especifically “Acceso al certificado de distribución gestionado en la nube”

Hi, is there anyone else facing this problem recently? Can I verify if TOS (Terms of Service) is accepted in my organization if I’m not an Account Holder?

EDIT: In my case, I had to ask for more permissions for my account: MicrosoftTeams-image (13) In order to be able to enter this URL: https://developer.apple.com/account/resources/identifiers/bundleId/add

I have same question. When I access https://appstoreconnect.apple.com/agree_to_terms I am just redirected to homepage https://appstoreconnect.apple.com and I am not an account holder Did you find anything?

Hi, is there anyone else facing this problem recently? Can I verify if TOS (Terms of Service) is accepted in my organization if I’m not an Account Holder?

EDIT: In my case, I had to ask for more permissions for my account: MicrosoftTeams-image (13) In order to be able to enter this URL: https://developer.apple.com/account/resources/identifiers/bundleId/add

No new terms are visible when opening developer account. I am an admin now.

same thing