No Podfile?
See original GitHub issueIt looks like the v2.* repo supported cocoapods, but this repo doesn’t have a podspec. Was a decision made to not support installing v3.* via cocoapods? Is this documented anywhere?
For more context, we found that in order to get react-native-maps
running with the GOOGLE_PROVIDER
on ios, we had to move our React
library into cocoapods.
After following install instructions, I get this error:
/node_modules/gl-react-native/ios/EXGLViewManager.h:1:9: 'RCTViewManager.h' file not found
AFAIK when I bring in React via cocoapods, any libraries that depend on react need to be pods. (appreciate anyone letting me know if this is wrong, as I haven’t been able to get any react-native link stuff to find react when building)
Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Cannot Install Cocoapods - No podfile found in the project ...
Steps to add CocoaPods to manage dependencies in your project: sudo gem install cocoapods -> This installs CocoaPods as a piece of software...
Read more >No `Podfile' found in the project directory on `pod install` step
I'm trying to create my own Pod using pod lib create Test. I've tried multiple times with various answers to each questions and...
Read more >No `Podfile' found in the project directory. - YouTube
Flutter Widgets & Tips. No ` Podfile ' found in the project directory. 3.7K views 8 months ago. dbestech. dbestech. 62.7K subscribers.
Read more >iOS : Cannot Install Cocoapods - No podfile found ... - YouTube
iOS : Cannot Install Cocoapods - No podfile found in the project directory [ Gift : Animated Search Engine : https://bit.ly/AnimSearch ] iOS ......
Read more >How to solve Cocoapods error no podfile found in the project ...
Learn how to solve no podfile found in the project directory in a XCode project. This error comes if you are downloading a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
we can add that yeah, probably valid use case. it would be great if we could create a minimal new app in a
packages
that would use this paradigm (cocoapods) to check it works correctlythe library no longer need a podfile because there is no longer any native code. now is delegated to lib
react-native-webgl