Linking fails on react-native 0.49.3
See original GitHub issueAfter installing and linking react-native-device-info I get the following error with an upgraded react-native
ld: library not found for -lRNDeviceInfo-tvOS
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I guess this is because of the automatic tvOS inclusion on rn. Any workarounds or ways to fix?
Issue Analytics
- State:
- Created 6 years ago
- Comments:14
Top Results From Across the Web
Linking fails on react-native 0.49.3 · Issue #251 - GitHub
After installing and linking react-native-device-info I get the following error with an upgraded react-native ld: library not found for ...
Read more >Upgrading to new versions - React Native
Upgrading to new versions of React Native will give you access to more APIs, views, developer tools and other goodies.
Read more >React Native version mismatch. JS V: 0.49.3 RN V: 0.59.9
Since I updated React Native version I'm facing with this issue. ... All I find about this error make reference to having more...
Read more >react-native-sound/Help - Gitter
I npm installed the package and linked the library. ... In the debugger I see it says playback failed due to audio decoding...
Read more >Android studio build failed debug/out error-React Native
[Solved]-Android studio build failed debug/out error-React Native. Search. score:1. Accepted answer. cd android && gradlew clean && cd .. && react-native ...
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
it worked for me 😃
remove libRNDeviceinfo-tvOS.a it also worked for me.