Open mjstelly opened 1 year ago
Try running cd ios && pod update
to see the output. In my case it was react-native-permissions.
Probably error message should be enhanced though
I got the same Error (see at the end of this comment) and it's actually misleading. The error is caused by a non working pod install
. I ran cd ios && pod install
separately and found, that there was actually an error in my podfile. I'm in the middle of the upgrade process from RN 0.72.XX --> 0.74.XX an copied a wrong line from the upgrade helper in my local podfile.
Exit code: 1
at executeTask (/Users/danieldierdorf/GitLab/rnhbapp/node_modules/react-native-clean-project/source/internals/executor.js:40:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async main (/Users/danieldierdorf/GitLab/rnhbapp/node_modules/react-native-clean-project/source/index.js:35:5)
Running the command
npx react-native-clean-project
throwsReact Native Info
I haven't found any resolution with a web search. Any ideas why this is occurring and how to resolve it?