It states to put the .a files (like the “libfacebook.a” file) in the ‘Build Phases -> Link Binary With Libraries’.
This error appears :
ld: library not found for -lfacebook clang: error: linker command failed with exit code 1 (use -v to see invocation) ld: library not found for -lfacebook clang: error: linker command failed with exit code 1 (use -v to see invocation)
Check the search paths under your Xcode project’s build settings. Make sure there aren’t any strange quotes about, and that you have a valid search path that contains the necessary framework/library.
Check the search paths under your Xcode project’s build settings. Make sure there aren’t any strange quotes about, and that you have a valid search path that contains the necessary framework/library.