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.

Build Fail - Framework not found DCTAuth

See original GitHub issue

I have followed the steps in the README.md up to and including the Handle Deep Linking > Adding URL Schemes.

Upon running the build in XCode I get the following build error:

ld: warning: directory not found for option '-F/Users/<myuser>/Library/Developer/Xcode/DerivedData/MyProject-dbvhqacaurmqvphbjpokfiwipcsy/Build/Products/Debug-iphonesimulator/DCTAuth'
ld: framework not found DCTAuth
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Edit: Running Xcode 7.3.1, React Native v0.37.0, CocoaPods v1.1.1 on Mac OSX 10.11.5

Any ideas on how to resolve?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
ausercommented, Nov 10, 2016

Hey, yes… did you use cocoapods?

Make sure you:

  1. run (cd iOS && pod install)
  2. Open the .xcworkspace file, not the .xproj
0reactions
franj0commented, Oct 25, 2019

I had same problem, pod install somehow did not recognize DCTAuth dependency and update works for me.

try pod repo update && pod install image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Get an error - ld: framework not found DCTAuth #83 - GitHub
Fix it by adding in the xcode project in the folder "Frameworks" ---> Pods / Pods.xcodeproj. Right click on Frameworks and "add Files...
Read more >
Framework Not Found with xcode 12 | Apple Developer Forums
With xcode 12 first time build fails for working project with previously installed cocoapods framework: ld: framework not found Pods_CopticFind
Read more >
'Framework not found' in Xcode - Stack Overflow
For the framework search path, go to your project, select your target, and then go to build settings. Search framework until you see...
Read more >
Build error on xcode, Framework not found FBLPromises ...
Hello everyone From the topic above, I have trouble building my apps on xcode. I keep on getting Framework not found FBLPromises error....
Read more >
framework not found ArcGIS - Esri Community
when i building my project, throw a error. [ATTACH=CONFIG]19315[/ATTACH] anybody can help me? thanks!!
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