I have a QR code reader project that uses Zbar SDK, but I get this error when I try to run it:
ld: warning: directory not found for option '-L/Users/rweber/work/cornell_qr_reader/TestFlightSDK2.1.4'
How can I resolve this error?
I have a QR code reader project that uses Zbar SDK, but I get this error when I try to run it:
ld: warning: directory not found for option '-L/Users/rweber/work/cornell_qr_reader/TestFlightSDK2.1.4'
How can I resolve this error?

I think you have not properly put your third party library in your xcode bundle. Your library is not properly copied i think or some file is missing in library as warning shows that
directory not found.When drag and drop your library in xcode, you get a popup, in that
copy item if neededandadd to targetsmust be checked. andcreate groupshould be also checked.Refer this post it may helpful.