eas-cli: `eas build`: Build failed - Could not find target 'app' in project.pbxproj
Build/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
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 15 (3 by maintainers)
@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.