Closed jemise111 closed 3 years ago
Hi @jemise111 thank you for the issue. Apologies you are having issues.
I did a quick check and it seems there may be a resolution here: https://github.com/react-native-community/cli/issues/995.
For issues pertaining to upgrades please see https://github.com/react-native-community/upgrade-support/issues to file upgrade issues.
Do you need help upgrading to a newer React Native version? Visit the Upgrade Support repository or use the upgrade helper to see the changes that need to be made to upgrade your app.
Hi @safaiyeh thanks for the advice but that resolution is for an Android project, this pertains to iOS only.
I'll post this on the upgrade support repo and see if I have luck there
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
After upgrading from RN 62.2 to RN 63.4 when I run
pod install
I get the following error message:I suspect this is due to my project's directory structure. We integrated RN into an existing iOS application using cocoapods. So our project looks like:
Therefore at the root level the
cli.bin
cannot be found. I could manually change the require statement torequire('./ReactComponents/node_modules/@react-native-community/cli').bin
but I suspect that would come with it's own host of issues.How can I run
pod install
given the changes made to thePodfile
in RN 63? FWIW We've never had an issue with RN dependencies using cocoapods beforeReact Native version:
Run
react-native info
in your terminal and copy the results here:Steps To Reproduce
Please see description
Expected Results
Expect to be able to run
pod install
without issueSnack, code example, screenshot, or link to a repository:
Please see description