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)
是的,我打開了SenTestingKit.framework上的目標GHUnitTests –