2009-07-04 76 views
0

我在为设备构建和运行时遇到这些错误。我应该担心他们吗?该应用程序运行良好。无法读取符号错误

run 
Running… 
[Switching to thread 10755] 
[Switching to thread 10755] 
warning: Couldn't raise load state for requested shlib: "libobjc.A.dylib" for breakpoint 1. 

(gdb) continue 
warning: Unable to read symbols for ""/Users/tim/Code/Cat War/build/Debug-iphoneos"/Tiger War.app/Tiger War" (file not found). 
warning: Unable to read symbols for ""/Users/tim/Code/Cat War/build/Debug-iphoneos"/Tiger War.app/Tiger War" (file not found). 

回答

0

您可能在构建设置中关闭了调试符号。他们应该关闭释放,但他们有助于调试。

0

嗯。我也会这样做,但只能在iPhone或iPod touch上进行测试。另外,对于我的调试目标配置设置,“生成调试符号”集合。 (在Xcode项目中没有太多内容在构建设置方面发生了变化,并且我怀疑它不在你的内部吗?)

有没有机会在游戏中使用objc_exception_throw断点?我有这两个在我的全球断点组:

[NSException raise] (CoreFoundation) 
objc_exception_throw (libobjc.A.dylib) 

也许有相关性?