【发布时间】:2014-02-20 23:11:30
【问题描述】:
我正在尝试在 iphone 设备上运行 XCTest,但 Xcode 显示以下消息。
"Logic Testing on iOS devices is not supported. You can run logic tests on the Simulator."
有什么方法可以在设备上运行 XCTest?
谢谢, 开发
【问题讨论】:
标签: xctest
我正在尝试在 iphone 设备上运行 XCTest,但 Xcode 显示以下消息。
"Logic Testing on iOS devices is not supported. You can run logic tests on the Simulator."
有什么方法可以在设备上运行 XCTest?
谢谢, 开发
【问题讨论】:
标签: xctest
好的。我发现使用 GHUnit 我们可以在 iphone 设备上运行单元测试。它在内部使用 xctest。这是您设置GHUnit 的方法。
我能够按照说明使用 xcode 5 设置单元测试。
【讨论】: