Varun Mehta
Varun Mehta

Reputation: 1753

I am getting "_OBJC_CLASS_$_BarcodePickerController" error while integrating red laser

Complete description of error

Undefined symbols for architecture armv7: "_OBJC_CLASS_$_BarcodePickerController", referenced from: objc-class-ref in ViewController.o ld: symbol(s) not found for architecture armv7

clang: error: linker command failed with exit code 1 (use -v to see invocation)

Please give some idea.. Thanks in advance.

Upvotes: 0

Views: 404

Answers (1)

fannheyward
fannheyward

Reputation: 19277

Sounds like your are using RedLaser SDK, but you forgot to link the SDK to your project.

Upvotes: 2

Related Questions