XCode 4.2 w/ Three20: Undefined symbols for architecture i386: TTIsInDebugger

I upgraded to XCode 4.2 and my project is failing to link with Three20. I get this error. Any ideas?

Undefined symbols for architecture i386:

"TTIsInDebugger()", referenced from: ...my code stack here... ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)


我解决了这个问题,请参阅https://github.com/facebook/three20/issues/779以解决问题。

链接地址: http://www.djcxy.com/p/64604.html

上一篇: 文件是为归档而构建的,而不是被链接的体系结构(i386)

下一篇: XCode 4.2 w / Three20:架构i386的未定义符号:TTIsInDebugger