Hi guys,
I am trying to put in the .a plugins for Enterprise into xCode. Can’t find much info in this guide
https://docs.coronalabs.com/native/enterprise/setup.html#TOC
I am referring to this thread about where to put the .a files in xCode
https://forums.coronalabs.com/topic/55131-whats-the-steps-to-build-ios-app-using-enterprise-version/
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)
.
Am I putting the .a file correctly ?