XC 测试框架 iOS(XCode 6.1) 测试会话退出 (80) 未签入

XC Testing Framework iOS(XCode 6.1) Test session exited(80) without checking in

我在 XCode 中有一个运行良好的项目,但是当我尝试使用 (XCTestCase) 测试框架对其进行测试时,出现此错误 "Test session exited(80) without checking in : Executable does not provide an architecture compatible with the current process" 该项目的架构设置是 "standard architectures(armv7,arm64)" 从错误声明来看,我似乎对项目的架构设置有问题,我无法弄清楚到底是什么。

从详细的日志文件我可以得到这个 "The bundle couldn’t be loaded because it doesn’t contain a version for the current architecture."

确保在构建设置下我的目标的有效架构都设置为相同的对我有用。在更新以满足 Apple 的 64 位要求后,我意识到我的测试目标中缺少 arm64->构建设置->有效架构