I'm trying to implement the objective-c port of ZXing here for my iOS project. I've followed all the instructions but the compiler can't find any of the linked files. Has anyone tried to implement this version? Does the readme.txt leave something out. I'm pulling my hair out trying to figure this out.
Asked
Active
Viewed 328 times
0
-
Are you compiling it as static library? – Fahri Azimov Mar 15 '13 at 08:35
-
It shouldn't be a problem as long as you imported all required framework. – mbm Mar 15 '13 at 08:40
-
tried it this week, and it worked. do you get any error-msg? – peko Mar 15 '13 at 08:43
-
you tried it with the instructions in the read me? no additional steps? After I import the "ZXingObjC.h" any class when I try to build it says it can't find any of the import files from "ZXingObjC.h" – HenryGale Mar 15 '13 at 08:46
-
I am but I flagged all the imported files in the compiler not to use arc. I have also tried a new project from scratch that doesnt use arc to no avail. – HenryGale Mar 15 '13 at 08:56
-
1ok. try to import only the files you need. if i remember right you only need to import ZXCapture.h for the demo. importing ZXingObjC fails in my project too – peko Mar 15 '13 at 09:22