我做了所有的事情,它在一个新的干净的项目中工作得很好。测试和代码是以正确的方式生成的。当我试图将我的解决方案集成到主项目中时,我得到了一条奇怪的消息: line 2: import: command not found
line 4: syntax error: unexpected endof file 看起来它没有看到python或smth 有没有关于python或脚本环境的项目设置?
我收到了目标C的警告:
RunUnitTests is obsolete.To run unit tests for your target, use the Test scheme action in the Xcode IDE and the test action in我搜索了一下,找到了一个添加TEST_AFTER_BUILD的解决方案,并在用户定义的设置中将其设置为YES。这样做后,警告仍然存在。我做错了什么?