iOS SDK(xcodebuild):生成多个输出文件时,Clang错误无法指定-o

时间:2012-01-30 10:57:43

标签: ios xcode llvm clang xcodebuild

随机从xcodebuild(iOS 5.0 SDK - Apple LLVM 3.0)获取以下错误:

clang: error: cannot specify -o when generating multiple output files
Verify exit code of build task 'CompileC SomeViewController.m'
Build task failed without generating error messages.

在下一次尝试时,它可以正常工作,而不是随机发生错误。 我在一个持续集成系统上使用xcodebuild,因此每次发生这种情况时,构建都会变为红色:(

有什么想法吗?

1 个答案:

答案 0 :(得分:1)

使用LLVM 3.1编译器的Xcode 4.3.1更新为我解决了这个问题。