简体   繁体   English

iPhone的Phonegap BarcodeScannerplugin中出现Apple LLVM编译器3.0错误

[英]Apple LLVM compiler 3.0 Error comes in IPhone Phonegap BarcodeScannerplugin

I want to run Iphone Phonegap BarcodeScanner plugin in IPAD. 我想在IPAD中运行Iphone Phonegap BarcodeScanner插件。 I have gone through the zing document and Barcode read.txt files(git hub) . 我已经浏览了zing文档和Barcode read.txt文件(git hub)。 I did the actions mentioned in the documents but it will showing Apple LLVM compiler 3.0 Error . 我做了文档中提到的操作,但是它将显示Apple LLVM编译器3.0错误。 I have changed 3.0 to 4.2 version also but no change . 我也将3.0更改为4.2版本,但没有更改。 so can any one guide me . 任何人都可以引导我。

This the error if put 4.2 version Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/llvm-gcc-4.2 failed with exit code 1 如果放置4.2版本命令/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/llvm-gcc-4.2,则会出现此错误,失败,退出代码为1

If i changed to 3.0 如果我更改为3.0
it shows this error clang error exit code 1 它显示此错误clang错误退出代码1

No i am using Xcode 4.2 version . 不,我正在使用Xcode 4.2版本。 I have changed all the things mentioned in the above link but it showing the the error following error Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/llvm-gcc-4.2 failed with exit code 1 我已经更改了上面链接中提到的所有内容,但是它显示了以下错误,该错误是由于错误命令/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/llvm-gcc-4.2导致的,失败,退出代码为1

use this link 使用此链接

and read this topic"Compile Errors for Automagic Reference Counting (ARC)" in this link 并在此链接中阅读主题“自动引用计数的编译错误”

and implement . 并实施。 I have resolve my problem . 我已经解决了我的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM