0
votes

I want to run Iphone Phonegap BarcodeScanner plugin in IPAD. I have gone through the zing document and Barcode read.txt files(git hub) . I did the actions mentioned in the documents but it will showing Apple LLVM compiler 3.0 Error . I have changed 3.0 to 4.2 version also but no change . 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

If i changed to 3.0
it shows this error clang error exit code 1

No i am using Xcode 4.2 version . 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

1
it is hard to help you without any output from the compilerOded Regev
Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang failed with exit code 1 it shows above error(for 3.0 version) ------........Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/llvm-gcc-4.2 failed with exit code 1 for 4.2 versionrajaramesh

1 Answers

0
votes

use this link

and read this topic"Compile Errors for Automagic Reference Counting (ARC)" in this link

and implement . I have resolve my problem .