linker command failed - ld: library not found for -lAppAuth
See original GitHub issue

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:
- Created 5 years ago
- Reactions:15
- Comments:21 (6 by maintainers)
Top 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 >
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
@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.
@Jonny993 are you sure you’ve opened the
.xcworkspace
file (instead of the.xcodeproj
which doesn’t see pods)?