我今天升级到XCode4(通过标准安装程序安装),从那时起,任何在我的设备上运行应用程序的尝试都失败了。
Project's Base SDK: 4.3
Target: iOS 4.2
我的项目最初是一个XCode 3.2.x版本,我之前使用的是XCode 4 Preview。一切正常,直到我升级。
调试器启动应用程序但不久之后,应用程序崩溃并在调试窗口中报告以下内容:
gdb stack crawl at point of internal error:
0 gdb-arm-apple-darwin 0x000000010010974a internal_vproblem + 308
...
14 gdb-arm-apple-darwin 0x0000000100072b49 catch_errors + 70
/SourceCache/gdb/gdb-1518/src/gdb/macosx/macosx-nat-dyld.c:1648: internal-error: unrecognized shared library breakpoint
A problem internal to GDB has been detected,
further debugging may prove unreliable.
这与此问题中提出的问题非常相似,但没有答案: XCode 4 - Can run app in simulator but not in the device
答案 0 :(得分:1)
我遇到了同样的问题,我通过删除xcuserdata /以及xxxx.xcodeproj /中的用户ID所包含的所有文件解决了这个问题。
答案 1 :(得分:0)
删除所有xcode并重新安装。