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.

linker command failed - ld: library not found for -lAppAuth

See original GitHub issue
screen shot 2018-06-17 at 16 11 00 screen shot 2018-06-17 at 16 11 05
ld: warning: directory not found for option '-L/Users/brkrtp/Library/Developer/Xcode/DerivedData/burak
-ceqbfdnxrzunipektpsftfekkcjw/Build/Products/Debug-iphoneos/AppAuth'
ld: library not found for -lAppAuth
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:15
  • Comments:21 (6 by maintainers)

github_iconTop GitHub Comments

61reactions
kadikramancommented, Sep 14, 2018

@Jonny993 awesome! 🎉

.xcworkspace vs .xcodeproj can be super confusing especially if you’re new to xcode 😬 - but the rule of thumb in this case is that if you’re using pods, you have to open .xcworkspace.

Closing this issue as although you weren’t the original author of the issue, I get the feeling the solution is the same.

46reactions
kadikramancommented, Sep 13, 2018

@Jonny993 are you sure you’ve opened the.xcworkspace file (instead of the .xcodeproj which doesn’t see pods)?

Read more comments on GitHub >

github_iconTop Results From Across the Web

React Native 0.63.2 iOS Build Error with `ld: library not found for
ld : library not found for -lAppAuth clang: error: linker command failed with exit code 1 (use -v to see invocation).
Read more >
ld: library not found for -lAppAuth : r/reactnative - Reddit
Was trying to build my RN project for iOS and having an error ld: library not found for -lAppAuth clang: error: linker command...
Read more >
Why does XCode build fail on Macbo… - Apple Developer
ld: library not found for -lAppAuth clang: error: linker command failed with exit code 1 (use -v to see invocation). I tried adding...
Read more >
React Native 0.63.2 iOS Build Error with `ld: library not found for
Coding example for the question React Native 0.63.2 iOS Build Error with `ld: library not found for -lAppAuth`
Read more >
Xcode Build Error When Building Onto Device - Library Not ...
Was trying to build my RN project for iOS and having an error ld: library not found for lAppAuth clang: error: linker command...
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