2012-06-26 21 views
0

Possible Duplicate:
GHUnit error file _OBJC_CLASS_$_SenTestCase", referenced

我想在我的項目中使用GHUnit但我得到這個錯誤

Undefined symbols for architecture i386: "_OBJC_CLASS_$_SenTestCase", referenced from: _OBJC_CLASS_$_LogicTests in LogicTests.o "_OBJC_METACLASS_$_SenTestCase", referenced from: _OBJC_METACLASS_$_LogicTests in LogicTests.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)

回答

2

確保您與您的項目鏈接SenTestingKit.framework(雖然,與GHUnit它真的不應該是必要的)。

+0

是的,我打開了SenTestingKit.framework上的目標GHUnitTests –

相關問題