In my react-native project (react-native@0.60) in the ios/ dir I run pod install and get this error:
pod install
[!] Invalid `Podfile` file: no implicit con
For me, I deleted the node_modules and installed again by using npm install . After that, I navigated to /ios folder and ran pod install it worked.
node_modules
npm install
/ios