Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 OCUnit 添加到一个现有的 XCode 项目中,但是我无法运行它。遵循本指南后,“产品”菜单中的“测试”行显示为灰色。有人有其他教程或知道如何做吗?或其他解决方案。
您必须编辑应用程序目标的方案才能启用产品菜单中的测试项。要打开方案编辑器,请单击项目窗口工具栏中的方案菜单并选择编辑方案。选择方案编辑器左侧的测试步骤。测试列表应该是空的。单击 + 按钮打开目标工作表。从列表中选择单元测试目标,然后单击添加按钮。