XCode 4.3 Unable to load persistent store UserDictionary.sqlite

前端 未结 2 544
生来不讨喜
生来不讨喜 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.

提交回复
热议问题