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

Could not read bundle identifier from Xcode project (target = XXXX, build configuration = Release). #2383

Closed
Giosevid opened this issue May 16, 2024 · 3 comments

Comments

@Giosevid
Copy link

Giosevid commented May 16, 2024

Build/Submit details page URL

No response

Summary

Hello i have a project made with react native cli and receive the next issue when run eas build -p ios --profile develop Specified value for "xxx.xxxx.xxxx" in app.config.js or app.json is ignored because an ios directory was detected in the project. EAS Build will use the value found in the native code. Could not read bundle identifier from Xcode project (target = XXXXXXX, build configuration = Release).

Managed or bare?

Managed

Environment

expo-env-info 1.2.0 environment info:
System:
OS: macOS 14.2.1
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.16.1 - ~/.nvm/versions/node/v18.16.1/bin/node
Yarn: 1.22.19 - /opt/homebrew/bin/yarn
npm: 9.5.1 - ~/.nvm/versions/node/v18.16.1/bin/npm
Managers:
CocoaPods: 1.15.2 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 23.5, iOS 17.5, macOS 14.5, tvOS 17.5, visionOS 1.2, watchOS 10.5
IDEs:
Android Studio: 2022.2 AI-222.4459.24.2221.10121639
Xcode: 15.4/15F31d - /usr/bin/xcodebuild
npmPackages:
react: 18.2.0 => 18.2.0
react-native: 0.72.12 => 0.72.12
npmGlobalPackages:
eas-cli: 8.0.0
Expo Workflow: bare

Error output

Could not read bundle identifier from Xcode project (target = XXXXXX, build configuration = Release).

Reproducible demo or steps to reproduce from a blank project

run: eas build -p ios --profile develop

@Giosevid Giosevid added the needs review Issue is ready to be reviewed by a maintainer label May 16, 2024
@szdziedzic
Copy link
Member

Hey, are sure that your native directories (./android and ./ios) are in a good state? It seems like they are not 🤔

If you want to be on a managed flow (you don't want to do anything in native code) you can delete the native directories and if you are using CNG you can run npx expo --clean to regenerate them

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

This issue is stale because it has been open for 30 days with no activity. If there is no activity in the next 7 days, the issue will be closed.

@github-actions github-actions bot added the stale label Jun 20, 2024
Copy link

This issue was closed because it has been inactive for 7 days since being marked as stale. Please open a new issue if you believe you are encountering a related problem.

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