`eas build`: Build failed - Could not find target 'app' in project.pbxproj
See original GitHub issueBuild/Submit details page URL
https://expo.dev/accounts/guidad/projects/khotoba/builds/dc117551-4e2a-4a38-b1c9-b15496583ff7
Summary
when I used eas to build ios eas build --profile development --platform ios, i got error in xcode configuration section said that Could not find target ‘app’ in project.pbxproj
Build section: Configure Xcode project
Configuring Xcode project
Assigning provisioning profile '*[expo] `bundleIdentifier` AdHoc xxxxxxxxxxxx' (Apple Team ID: XXXXXXXX) to target 'app'
Could not find target 'app' in project.pbxproj
Managed or bare?
Managed
Environment
npx expo-env-info:
expo-env-info 1.0.5 environment info:
System:
OS: Linux 4.15 Ubuntu 16.04.7 LTS (Xenial Xerus)
Shell: 4.3.48 - /bin/bash
Binaries:
Node: 14.17.0 - /usr/local/bin/node
Yarn: 1.22.15 - /usr/bin/yarn
npm: 6.14.13 - /usr/local/bin/npm
npmPackages:
expo: ^43.0.0 => 43.0.5
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.7
npmGlobalPackages:
eas-cli: 0.60.0
expo-cli: 6.0.2
Expo Workflow: managed
expo doctor:
🎉 Didn't find any issues with the project!
Error output
No response
Reproducible demo or steps to reproduce from a blank project
eas build
Issue Analytics
- State:
- Created a year ago
- Comments:13 (3 by maintainers)
Top Results From Across the Web
expo EAS build (iOS) fails in Pod installation step (SDK45 & 46)
Fail Build To fix that add the "cache. key" field (it can be set to any value) in the build profile in...
Read more >iOS build process - Expo Documentation
Learn how an iOS project is built on EAS Build. This page describes the process of building iOS projects with EAS Build. You...
Read more >Can't open project.pbxproj Xcode p… | Apple Developer Forums
Sometimes I get a message "Unable to open project.pbxproj". It just renders as plaintext. The interesting thing is that even on Xcode 6.3.2...
Read more >Incorrectly generated Xcode project when building a C++ ...
The file "project.pbxproj" gets created by the MSBuild target ... warning: Could not read serialized diagnostics file: error("Failed to open diagnostics ...
Read more >Build folder in react native
To run a build on CI/CD we need to have the ios and android project folders. If you can't or don't want to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@YukiOmori In this case issue was happening because the app name was using only non-ASCII characters, if your app is named appname and you are seeing a similar error please open an issue and provide all the necessary information.
@yzhe554 if you have a mac, you can build it locally to find the correct issue.