我的iPhone越狱后,在用Xcode进行调试时出现以下错误信息:
warning: Unable to read symbols for “/Library/MobileSubstrate/DynamicLibraryies/libstatusbar.dylib” (file not found).
Program received singal: “SIGUSR1″.
上网查了一下原来是Backgrounder在作怪,最简单的解决方法就是在Backgournder的overrides设定中,禁止要调试的程序以background模式运行即可。
想要知道具体原因,请参见:Backgrounder vs. Build and Run



