简体   繁体   中英

XCode 4.5 Command Line Build Error

I am using Xcode 4.5 and using terminal command line "xcodebuild" to build my application. But I am getting following error:

The following build commands failed:
    CompileC "build/Sample_google.build/Release-iphoneos/Tech Time.build/Objects-normal/armv7/AppDelegate.o" Sample_google/Classes/AppDelegate.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC "build/Sample_google.build/Release-iphoneos/Tech Time.build/Objects-normal/armv7/MainViewController.o" Sample_google/Classes/MainViewController.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC "build/Sample_google.build/Release-iphoneos/Tech Time.build/Objects-normal/armv7/ChildBrowserCommand.o" Sample_google/Plugins/ChildBrowserCommand.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC "build/Sample_google.build/Release-iphoneos/Tech Time.build/Objects-normal/armv7s/MainViewController.o" Sample_google/Classes/MainViewController.m normal armv7s objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC "build/Sample_google.build/Release-iphoneos/Tech Time.build/Objects-normal/armv7s/AppDelegate.o" Sample_google/Classes/AppDelegate.m normal armv7s objective-c com.apple.compilers.llvm.clang.1_0.compiler
(5 failures)

Please suggest a solution for this error. It is occurring since long.

Thanks, Ankit

i got the same issue. I solve it by adding the scheme configuration to xcodebuild command. Please refer to the sample code below.

xcodebuild -scheme "QuickView" -project "$PATH_PROJECT" -configuration Release 

Thanks

Chamath Jeevan Technical Lead Gmail : chamathjeevan@gmail.com Skype : chamathjeevan Linkin : http://lk.linkedin.com/in/chamathjeevan Mobile :+94 777 998 445

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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