作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 Phonegap 3.0 和 XCode 5 并尝试在我的 iOS7 应用程序中使用条码扫描器
https://github.com/wildabeast/BarcodeScanner
我通过从 github 下载项目的 zip 并通过安装将其添加到项目中
phonegap local plugin add /dev/BarcodeScanner-master
但是当我尝试从 XCode 5 运行时,我得到了
Undefined symbols for architecture armv7s:
"_OBJC_CLASS_$_CATransaction", referenced from:
objc-class-ref in CDVBarcodeScanner.o
ld: symbol(s) not found for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation)
错误似乎与 armv7s 架构有关,但显然我无法在构建到 iOS7 时将其关闭。
有人设法让这个(或任何其他)条形码阅读器与 Phonegap 3 和 iOS7 一起工作吗?
谢谢,
最佳答案
尝试添加 QuartzCore 框架以链接到您的项目。 Go Build Phases -> Link Binary With Libraries 并添加 QuartzCore。
关于cordova - PhoneGap 3、iOS7 和 CDVBarcodeScanner.o,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18976318/
我正在使用 Phonegap 3.0 和 XCode 5 并尝试在我的 iOS7 应用程序中使用条码扫描器 https://github.com/wildabeast/BarcodeScanner 我
我是一名优秀的程序员,十分优秀!