在iOS上安装phonegap插件Barcode reader后,出现以下错误:
-[CDVbcsViewController setOrientationDelegate:]:
unrecognized selector sent to instance 0x2fb6a0
值得一提的是,在我成功编译项目之前,由于我在CDVBarcodeScanner.mm
837
上遇到编译错误,我不得不做一些更改:
Use of undeclared identified 'UIInterfaceOrientationMaskPortrait';
did you mean 'UIInterfaceOrientationPortrait' ?
所以我按照建议从Mask
删除了UIInterfaceOrientationMaskPortrait
。
我还有其他3个警告:
Property 'orientationDelegate' requires method 'setOrientationDelegate' to be defined
Property 'orientationDelegate' requires method 'orientationDelegate'
to be defined
No previous prototype for function 'compareModuleSize'
(在文件zxing-all-in-one.cpp
中)知道我做错了什么?
谢谢
XCode版本4.2
答案 0 :(得分:0)
我通过恢复旧版本来解决问题(截至2012年7月23日)。
较新的版本似乎与我的XCode版本存在兼容性问题。