Skip to content

Instantly share code, notes, and snippets.

@a2ikm
Created November 1, 2013 23:55
Show Gist options
  • Save a2ikm/7273756 to your computer and use it in GitHub Desktop.
Save a2ikm/7273756 to your computer and use it in GitHub Desktop.
ld: cannot link directly with /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/system/libcommonCrypto.dylib. Link against the umbrella framework 'System.framework' instead. for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
@a2ikm
Copy link
Author

a2ikm commented Nov 2, 2013

I removed libcommonCrypto.dylib from linked frameworks, added libSystem.dylib, and got fixed!

@a2ikm
Copy link
Author

a2ikm commented Nov 2, 2013

This happened in OSX 10.9 Mavericks and Xcode 5.0.1

@uyewshrdjklnf
Copy link

lol me 2 thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment