XCode 4.3 Unable to load persistent store UserDictionary.sqlite

前端 未结 2 528
生来不讨喜
生来不讨喜 2020-12-24 01:28

I have been working on an iOS app for some time, all of a sudden I am getting the following crash every time I run the app in the iOS 5.1 Simulator.

The App does no

相关标签:
2条回答
  • 2020-12-24 01:43

    Delete the file you mentioned: /Users/jcottrell/Library/Application%20Support/iPhone%20Simulator/5.1/Library/Keyboard/UserDictionary.sqlite and the accompanying plist. This is a simulator-only problem, so you can ignore it.

    0 讨论(0)
  • 2020-12-24 02:07

    I have fixed the problem. I clicked 'iOS Simulator' -> Reset Content and Settings

    0 讨论(0)
提交回复
热议问题