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 machine
- cd projectDirectorycd into your project directory
- cd 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