Cannot Install Cocoapods - No podfile found in the project directory
Just posting for anyone that encountered this issue while working on a react native project.
sudo gem install cocoapods
this installs cocoa pods to your machinecd projectDirectory
cd into your project directorycd ios
cd into the ios directory of your project, is you list items that are in this folder, you would most likely see a podfile there.pod install
No comments