标签: ios objective-c xcode xcodebuild xctest
从cmd-line运行基于XCTest的测试会导致测试以静默方式传递,即使在通过IDE运行时测试失败也是如此。
xcodebuild clean test -workspace VoucherBlaster.xcworkspace -scheme VoucherBlaster -configuration Debug -destination OS = 7.1,name = iPad
问题: