【发布时间】:2010-02-03 09:48:06
【问题描述】:
我在我的 iPhone 应用程序中使用 SQL lite 数据库。我的主屏幕上有一个刷新按钮,单击刷新按钮后,我会解析来自我的 Web 服务的数据并将结果存储到 SQL lite 数据库中。当我反复单击刷新按钮时,出现错误。该错误发生在每次点击/刷新的次数不定之后。错误是:
Failed to load debugging library at:
/Developer/Applications/Xcode.app/Contents/PlugIns/GDBMIDebugging.xcplugin/Contents/Resources/PBGDBIntrospectionSupport.A.dylib
Custom data formatters are disabled.
Error message was: 0xe00805 "dlopen(/Developer/Applications/Xcode.app/Contents/PlugIns/GDBMIDebugging.xcplugin/Contents/Resources/PBGDBIntrospectionSupport.A.dylib, 10): image not found"`
出现此错误后,我的应用程序崩溃,当我记录该错误时,它给我一个错误“无法打开数据库”
请帮我解决这个错误。
谢谢 桑迪
【问题讨论】:
标签: iphone objective-c xcode iphone-sdk-3.0