Library doesn't compile with RN 0.53.x and Cocoapods
See original GitHub issueWhen i use Cocoapods and try to build project with XCode I always get the same error.
Steps to reproduce:
- Create new project with
react-native init Test
- Add package with yarn:
yarn add react-native-text-input-mask
- Link library
- Compile project - it’s ok, compiles well!
- Add Cocoapods into ios folder
- Open .xcworkspace
- Try compile again.
I think that there is something wrong with header search path, but don’t even know how to fix it
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:5
Top Results From Across the Web
CocoaPods install error on RN 0.60.0 init · Issue #487 - GitHub
Fixed with this - Open Xcode and go to Xcode → Preferences → Locations, and make sure the command line tools is set...
Read more >Trouble with installing cocoapods | Apple Developer Forums
ERROR: Error installing cocoapods: ERROR: Failed to build gem native extension. current directory: /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/ext/ffi_c.
Read more >Compiling error with local CocoaPods pod - Stack Overflow
I've made my static library an local pod of CocoaPods and imported it as one of my pods. However, while compiling my new...
Read more >React Native Upgrade Helper
React Native 0.60 includes Cocoapods integration by default, AndroidX support, auto-linking libraries, a brand new Start screen and more.
Read more >react-native-codegen | Yarn - Package Manager
Fast, reliable, and secure dependency management.
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
I found solution:
+1