我在为设备构建和运行时遇到这些错误。我应该担心他们吗?该应用运行良好。
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)
您可能在构建设置中关闭了调试符号。他们应关闭以便释放,但它们有助于debuging。
答案 1 :(得分:0)
嗯。我也是这样,但只有在iPhone或iPod touch上进行测试时才会这样。此外,对于我的调试目标配置设置,“生成调试符号”是设置。 (Xcode项目中的内容在构建设置方面没有太大变化,我怀疑它不在你的内容中......?)
你有没有机会使用objc_exception_throw断点?我在全球断点组中有这两个:
[NSException raise] (CoreFoundation)
objc_exception_throw (libobjc.A.dylib)
也许有相关性?