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