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 cocoapodsthis installs cocoa pods to your machinecd projectDirectorycd into your project directorycd ioscd 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