首页 > 代码库 > zbar 64位
zbar 64位
ZBar 有个 scanCrop 属性,默认值是 (0,0,1,1)代表全屏。
(http://www.cnblogs.com/xling/archive/2013/03/21/2972640.html)
Readme
(https://github.com/ZBar/ZBar/blob/master/iphone/README)
64位问题
把64和armv7s删掉就行乐,只留一个armv7,然后上面Build Actuve Architecture Only 改成NO
(http://www.cocoachina.com/ask/questions/show/108446/ZbarSDKlibzbara%E6%94%AF%E6%8C%81armv7)
iphone Arm 架构
(http://justsee.iteye.com/blog/2009954)
32bit 64bit 混合
(http://www.cnblogs.com/bu779783251/p/3478042.html)
Zbar armv7s simulator&device 解决方案
(http://www.federicocappelli.net/2012/10/05/zbar-library-for-iphone-5-armv7s/)
Zbar armv7s fix project link
(http://iphone.milktin.com/2013/03/zbar-sdk-for-iphone-5-armv7s-problem.html)
Xcode armv7 arm64
(http://stackoverflow.com/questions/18913906/xcode-5-and-ios-7-architecture-and-valid-architectures)
Building a ZBar library containing armv7&armv7s&arm64
(http://stackoverflow.com/questions/18740304/linker-error-in-xcode-5?answertab=active#tab-top)