expo-configure-project.sh: No such file or directory

Before posting your question, make sure you’ve read the documentation for both EAS Build & Submit.

hi, everyone

I got this error in eas build --profile preview --platform iOS in run fastlane stage after a long time and the native code is unchanged.
I have found this issue in stackoverflow, but no answer until now.
I try to npm reinstall/pod deintegrate/pod install, but no good

My environment is as below
System:
OS: macOS 13.4
Shell: 5.9 - /bin/zsh
Binaries:
Node: 17.3.1 - /opt/homebrew/bin/node
npm: 8.13.2 - /opt/homebrew/bin/npm
Watchman: 2021.11.15.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.11.2 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 22.4, iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4
Android SDK:
API Levels: 25, 28, 29, 30, 31, 33
Build Tools: 29.0.2, 30.0.2, 30.0.3, 31.0.0, 33.0.0
System Images: android-31 | Google APIs ARM 64 v8a, android-32 | Google Play ARM 64 v8a
Android NDK: 22.1.7171670
IDEs:
Android Studio: 2022.2 AI-222.4459.24.2221.10121639
Xcode: 14.3/14E222b - /usr/bin/xcodebuild
npmPackages:
expo: ~48.0.18 => 48.0.20
react: 18.2.0 => 18.2.0
react-native: 0.71.8 => 0.71.8
npmGlobalPackages:
eas-cli: 3.13.3
expo-cli: 6.3.10
Expo Workflow: bare

the issue is fixed if upgrade to sdk 49.

1 Like