My app is built using React native and Expo (in bare workflow)
Everything where running fine on android and ios even using a build from Xcode. Then I tried to archive the app with “Any ios device” target (don’t know if this is linked to the issue)
But I see the error:
…/expo-configure-project.sh: Operation not permitted
Seeing this issue : Expo/EAS Build “expo-configure-project.sh: No such file or directory” error
I’ve try checking expo-module-core and expo-modules-autolinking which were installed.
I’ve tried to update my expo modules:
npx expo install --fix
then update the ios project :
npx expo prebuild --platform ios
npx pod-install
and run the project again with ‘clean’ flag
npx expo start -c
After that, the app can be run again from command line (it was not running anymore with the same error)
But still from xcode, either I RUN or ARCHIVE, I’ve got the error
Run custom Shell script ‘[expo] Configure project’ (0.9s)
Showing All Messages bash: ./Pods/Target Support
Files/Pods-Conectim/expo-configure-project.sh: Operation not permittedShowing All Messages
Sandbox: bash(93359) deny(1) file-read-data /Users/username/Documents/Workspace/projectName/appName/ios/Pods/Target Support Files/Pods-AppName/expo-configure-project.sh
Thank you for any advice.
Versions info :
"react-native": "0.74.3"
"expo": "~51.0.17"
"expo-modules-core": "^1.12.17"
"expo-modules-autolinking": "~1.11.0"
Xcode v15.4