我正在尝试使用xctool在没有模拟器的情况下运行单元测试。我按照此评论中的说明在测试目标的常规选项卡中将“主机应用程序”设置为无。
当我运行xctool -project MyProject.xcodeproj/ -scheme MyProject test
我得到这个错误。
<unknown>:0: failed: caught "NSInvalidArgumentException",
"Could not find a storyboard named 'Main' in bundle NSBundle
</Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/
Developer/SDKs/iPhoneSimulator9.2.sdk/Developer/usr/bin> (loaded)"
我确保 Main.storyboard 是测试目标的成员。为什么会发生这种情况,我该如何解决?