【发布时间】:2012-09-11 05:36:00
【问题描述】:
我正在使用 cedar 测试框架并尝试从命令行运行测试。 构建崩溃并出现此错误:
Unresolved error Error Domain=NSCocoaErrorDomain Code=512 "The operation couldn’t be completed. (Cocoa error 512.)" UserInfo=0x6c5c6c0 {reason=Failed to create file; code = 2}, {
reason = "Failed to create file; code = 2";
}
测试从 xcode 运行没有任何问题,我只是无法让它们从命令行运行。 有任何想法吗? 谢谢
【问题讨论】:
标签: ios xcode unit-testing cedar-bdd