I checked it again and it works as is on armv7 device. The problem maybe it can not find libNKQRLIB.a file when project opened on another computer. Check Build Phases > link binary with libraries if libNKQRLIB.a and libiconv.dylib is there if not drag'n drop libNKQRLIB.a file to project then check again.
It can read both QR and 1D Barcodes, however I did not like the 1D Barcode performance even on 4S camera.
Edit : I found the problem. When transporing project NK overwrites NKit.xconfig file. this is interesting for solution, add this line in Supporting Files > NKit.xconfig after -l Nimblekit copy and paste
- Code: Select all
-weak_framework QuartzCore -weak_framework CoreVideo -weak_framework CoreMedia
Edit 2 : Only Works with Nimblekit 1.9.9