我正在开发我的应用程序时收到这些奇怪的日志。当屏幕键盘出现在屏幕上时会发生这种情况。
AppName[1001:f803] Opening '/Users/me/Library/Application Support/iPhone Simulator/5.1/Library/Caches/com.apple.keyboards/images/1859589221' failed: 'No such file or directory' (2)
AppName[1001:f803] 'INSERT INTO store VALUES (?,?,?,?,?,?,?,?)' constraint failed (19)
两个日志同时出现。我的应用程序不使用核心数据或sqlite。
知道为什么会这样吗?我可以忽略它们吗?我应该吗?
答案 0 :(得分:1)
@soemarko ridwan
尝试查看Baffled by what to do to fix these errors (iOS)...any suggestions?
您可能需要清除键盘的iOS模拟器缓存。
尝试删除/Users/your-user-name/Library/Application Support/iPhone Simulator/5.1/Library/Caches/com.apple.keyboards
目录并重新构建。
显然,您需要将'your-user-name'和'5.1'替换为您在模拟器上定位的iOS版本。