libRNGestureHandler.a not found on build (sometimes)
See original GitHub issueGoing from one build to the next AppCenter reports this file as not being present and failing the build, to the next build working - without any changes.
The path given is:
[project]/Build/Intermediates.noindex/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/libRNGestureHandler.a
Has anyone experienced this or has any idea how to correct it?
thanks!
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5
Top Results From Across the Web
libRNGestureHandler.a not found on build (sometimes) #614
Going from one build to the next AppCenter reports this file as not being present and failing the build, to the next build...
Read more >Error: Unable to resolve module `react-native-gesture-handler`
Gesture Handler not found in your react native project. run this command npm install react-native-gesture-handler.
Read more >Unable to build since Xcode update | Apple Developer Forums
We're are currently struggling with some error messages that enables a build in Xcode. Before the latest update, the app was building despite...
Read more >Troubleshooting | React Navigation
This section attempts to outline issues that users frequently encounter when first getting accustomed to using React Navigation. These issues may or may...
Read more >React Native SDK Troubleshooting - Visual Studio App Center
h' file not found. This error appears when RN core libraries aren't referenced correctly, which can be caused by different kinds of integrating ......
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 Free
Top 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

Have same issue, so what I did is simply remove it from xcode projects linked library with binaries
This didn’t work for me, as RNGH is a dependency of React-Navigation in my case.