Adding ZXingObjC framework to a project Adding ZXingObjC framework to a project xcode xcode

Adding ZXingObjC framework to a project


Current answer would be http://cocoapods.org.Put pod 'ZXingObjC' into your podfile.


The file below does not exist in library header files.

#import <ZXingObjC/ZXingObjC.h>

Also set library header file path in Search Header Path in Build Settings. and import file as per your requirement.