Running iOS Unit Tests from Command Line with Xcode 4.5 Running iOS Unit Tests from Command Line with Xcode 4.5 xcode xcode

Running iOS Unit Tests from Command Line with Xcode 4.5


I had the same issue after updating. You have to pass the argument RUN_UNIT_TEST_WITH_IOS_SIM=YES to the command xcodebuild to make it work.