User CocoaPods install ZBarSDK have error error : directory not found for option '-L/Users/Tank/Desktop/人宇數位科技/MetroNews/MetroNews/ZBarSDK' I need help. I need scanning QRCode in iOS 6.0 and later. I need armv7s because i install AFNetworking .it need armv7s. so don't delete armv7s.
Asked
Active
Viewed 1,490 times
2 Answers
0
In this moment the great qr/bar code reader library ZBar doesn't work on iPhone 5 simply because no one has re-compiled the library for armv7, and if you try to use this lib in you armv7s ready ios project you obtain linker error.
Your solution is here:
which links to:
-
I key hg clone http://zbar.hg.sourceforge.net:8000/hgroot/zbar/zbar in my commands. It error : -bash: hg: command not found... why? – user3059729 Apr 22 '14 at 16:38
-
If you want to run hg (Mercurial) from the commandline, you'll have to download it from http://mercurial.selenic.com/downloads/ and install it. – Vizllx Apr 23 '14 at 06:12