我试图在iphone上运行XCTest,但是Xcode正在跟踪消息。
"Logic Testing on iOS devices is not supported. You can run logic tests on the Simulator." 有什么方法可以在设备上运行XCTest吗?
谢谢,Dev
发布于 2014-03-17 17:46:08
好的。我发现使用GHUnit,我们可以在上运行单元测试。在内部它使用xctest。下面是如何设置GHUnit的方法。
我能够使用xcode 5遵循说明和设置单元测试。
https://stackoverflow.com/questions/21921758
复制相似问题