x2on
x2on

Reputation: 2297

iOS SDK (xcodebuild): Clang error cannot specify -o when generating multiple output files

Randomly im getting the following error from 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.

On the next try it works fine, and than randomly the error happens again. Im using xcodebuild on an continuous integration system, so every time this happens the build goes red :(

Any ideas?

Upvotes: 0

Views: 2297

Answers (1)

x2on
x2on

Reputation: 2297

The Xcode 4.3.1 update with the LLVM 3.1 compiler solved the problem for me.

Upvotes: 1

Related Questions