question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

library not found for -lRNDeviceInfo-tvOS

See original GitHub issue

i 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:closed
  • Created 6 years ago
  • Reactions:22
  • Comments:17

github_iconTop GitHub Comments

117reactions
stackiacommented, Oct 30, 2017

Seems like a bug caused by react-native link You can manually delete libRNDeviceInfo-tvOS.a in Xcode -> [Your iOS build target] -> Build Phrases -> Link Binary with Libraries.

9reactions
tmaly1980commented, Nov 8, 2017

@rebeccahughes How hard is this to fix? I just downloaded a fresh version and still experiencing this?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found