Skip to content

Instantly share code, notes, and snippets.

@dtrce
Created July 9, 2011 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dtrce/1073545 to your computer and use it in GitHub Desktop.
Save dtrce/1073545 to your computer and use it in GitHub Desktop.
Auth Error
Undefined symbols for architecture x86_64:
"_AuthorizationCreate", referenced from:
-[FTPWindowController startServer:] in FTPWindowController.o
"_AuthorizationExecuteWithPrivileges", referenced from:
-[FTPWindowController startServer:] in FTPWindowController.o
"_AuthorizationFree", referenced from:
-[FTPWindowController startServer:] in FTPWindowController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Command /Developer/usr/bin/clang failed with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment