Xcode 5 Tests Not Running

那年仲夏 提交于 2019-12-06 06:05:45

Do you have App Sandbox under Capabilities for your target enabled? Switching that off worked for me.

mz2

This is because of sandboxing.

Same issue also happens with OCUnit (in both Xcode 4 and 5): XCTest - "Test failed"

There's instructions for testing a sandboxed app here: http://marcschwieterman.com/blog/testing-in-the-sandbox/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!