Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to make iOS build on MacOS #2377

Open
Ibrahim-Arif opened this issue May 13, 2024 · 2 comments
Open

Unable to make iOS build on MacOS #2377

Ibrahim-Arif opened this issue May 13, 2024 · 2 comments

Comments

@Ibrahim-Arif
Copy link

Ibrahim-Arif commented May 13, 2024

Build/Submit details page URL

No response

Summary

For the last couple of weeks, I have been facing an issue with EAS builds, whenever I try to make a new iOS build it first gives me a message to upgrade the EAS-CLI package even though I already have the latest one installed, and when it tries to register the bundle identifier it gives a weird error.

I have tried with multiple bundle identifiers, and the error remains the same.

Managed or bare?

Managed

Environment

ibrahimarif@Ibrahims-MacBook-Pro ESL-Wombat % sudo npx expo-env-info

expo-env-info 1.2.0 environment info:
System:
OS: macOS 14.4.1
Shell: 3.2.57 - /bin/sh
Binaries:
Node: 20.11.1 - /usr/local/bin/node
Yarn: 1.22.17 - /usr/local/bin/yarn
npm: 10.2.4 - /usr/local/bin/npm
SDKs:
iOS SDK:
Platforms: DriverKit 23.4, iOS 17.4, macOS 14.4, tvOS 17.4, visionOS 1.1, watchOS 10.4
IDEs:
Android Studio: 2021.1 AI-211.7628.21.2111.8193401
Xcode: 15.3/15E204a - /usr/bin/xcodebuild
npmPackages:
expo: ~51.0.4 => 51.0.4
react: 18.2.0 => 18.2.0
react-native: 0.74.1 => 0.74.1
npmGlobalPackages:
eas-cli: 9.0.3
Expo Workflow: managed


ibrahimarif@Ibrahims-MacBook-Pro ESL-Wombat % sudo npx expo-doctor
✔ Check Expo config for common issues
✔ Check package.json for common issues
✔ Check native tooling versions
✔ Check dependencies for packages that should not be installed directly
✔ Check for common project setup issues
✔ Check for issues with metro config
✔ Check npm/ yarn versions
✔ Check Expo config (app.json/ app.config.js) schema
✔ Check that native modules do not use incompatible support packages
✔ Check for legacy global CLI installed locally
✔ Check that packages match versions required by installed Expo SDK
✔ Check that native modules use compatible support package versions for installed Expo SDK

Didn't find any issues with the project!

Error output

**✖ Failed to register bundle identifier XXX 
Received an internal server error from Apple's App Store Connect / Developer Portal servers, please try again later
This request can not be processed right now - Service not available because of maintenance activities, please try again after some time.
    Error: build command failed.is** 

Reproducible demo or steps to reproduce from a blank project

this happens when I try to make a new build for a new Expo project on SDK 50 or 51.

the command I'm using is: eas build -p ios -- profile production

And if I use the same command on a Windows laptop with the same project it works fine.

@Ibrahim-Arif Ibrahim-Arif added the needs review Issue is ready to be reviewed by a maintainer label May 13, 2024
@szdziedzic
Copy link
Member

what is the output of the eas --version command on your machine?

@szdziedzic szdziedzic added needs more info eas build and removed needs review Issue is ready to be reviewed by a maintainer labels May 20, 2024
@Ibrahim-Arif
Copy link
Author

This is the output I am having, this shows that eas-cli has 7.2.0 version installed, however in the above command "npx expo-env-info" you can see that I have version 9.0.3 installed

★ eas-cli@9.0.7 is now available.
To upgrade, run npm install -g eas-cli.
Proceeding with outdated version.

eas-cli/7.2.0 darwin-arm64 node-v20.11.1

I tried "npm install -g eas-cli" multiple times, but still not updating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants