library not found for -lRNDeviceInfo-tvOS
See original GitHub issuei got the error message when run react-native run-ios
:
ld: library not found for -lRNDeviceInfo-tvOS clang: error: linker command failed with exit code 1 (use -v to see invocation)
please help
Issue Analytics
- State:
- Created 6 years ago
- Reactions:22
- Comments:17
Top Results From Across the Web
xcode 9 ld: library not found for … | Apple Developer Forums
Hi,. I created a static swift library, which I'm trying to use from another project. When trying to build the project where I...
Read more >XCode linker error : library not found for -lAdMobDevice
When I had this problem, the cause was that I'd added the library into Xcode by dragging it in like a regular source...
Read more >Link Nimble fails due to library not found for -lswiftXCTest #945
I have read CONTRIBUTING and have done my best to follow them. What did you do? Build my project for testing for testing.,...
Read more >Can't build ODEInterface on MacOS, "ld: library not found for
I'm trying to use ODEInterface and ODEInterfaceDiffEq but encountered the following problem. I'm not sure what the issue is or how to resolve...
Read more >Xcode10 - ld- library not found for - YouTube
I ran it successfully with 'pod install' ... but when I try to run my project i get this error.Xcode- ld- library not...
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
Seems like a bug caused by
react-native link
You can manually deletelibRNDeviceInfo-tvOS.a
in Xcode -> [Your iOS build target] -> Build Phrases -> Link Binary with Libraries.@rebeccahughes How hard is this to fix? I just downloaded a fresh version and still experiencing this?