问题描述
我在我的项目中使用GHUnit,但是当我尝试运行应用程序时会出现错误
查看此链接:
基本上你需要添加:
$(SDKROOT)/ Developer / Library / Frameworks
/ p>
和
$(DEVELOPER_LIBRARY_DIR)/ Frameworks
我有相同的错误,这个固定的
注意:必须按照完全相同的顺序添加项目,。
I'm using GHUnit in my project but when i try to run the app it gives errors
Check out this link:http://fstanley.github.com/blog/2012/06/10/fixing-ghunit-sentestcase-link-errors/
Basically you need to add:
$(SDKROOT)/Developer/Library/Frameworks
and
$(DEVELOPER_LIBRARY_DIR)/Frameworks
to the framework search paths in the settings for your test target.
I had the same error and this fixed it.
Note: that the items must be added in that exact order, per http://forum.sparrow-framework.org/topic/cant-run-unit-tests.
这篇关于GHUnit错误文件_OBJC_CLASS _ $ _ SenTestCase“的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!