Related questions
Xcode 4 build succeeds, command line build fails?
I have a project in Xcode 4 (the latest non-beta version) that builds fine when built in Xcode itself. Specifically, the Ld command correctly uses the derived data directory (where build products, including a dependent static library, are placed).
However, when …
How to run / install xcodebuild?
If I try to run xcodebuild from the command line, I receive the message:
error: can't exec '/Developer/usr/bin/xcodebuild' (No such file or directory)
But, xcrun appears to work.
Does this mean xcodebuild is not installed? I …
Xcode 4: Run tests from the command line (xcodebuild)?
I've created a brand new iOS project in Xcode 4, and included unit tests. The default app has 2 targets, the main application and the unit test bundle. Using "Product > Test" (Command-U) builds the application, builds the unit test bundle, launches …