HealthKit 错误 "database disk image is malformed"
HealthKit Error "database disk image is malformed"
我在查询 HealthKit 时遇到了一个以前从未见过的新错误。我无法在测试环境中重现此错误,但已被用户报告。错误是:
错误域=com.apple.healthd.SQLite代码=1“(空)”
UserInfo={NSUnderlyingError=0x1488aa550 {错误域=com.apple.SQLite代码=11 "database disk image is malformed" UserInfo={NSLocalizedDescription=数据库磁盘映像格式错误}}}
我没有 post 的代码,所以如果这个问题不够具体,我深表歉意,但我想知道是否有其他人看到过此错误消息,或者是否有任何已知的重现或者恢复的方法?
此错误表明 HealthKit 数据库已损坏,不幸的是,除了重置设备以清除数据库外,您无能为力。不过,首先,您应该 file a bug with Apple.
我在查询 HealthKit 时遇到了一个以前从未见过的新错误。我无法在测试环境中重现此错误,但已被用户报告。错误是:
错误域=com.apple.healthd.SQLite代码=1“(空)”
UserInfo={NSUnderlyingError=0x1488aa550 {错误域=com.apple.SQLite代码=11 "database disk image is malformed" UserInfo={NSLocalizedDescription=数据库磁盘映像格式错误}}}
我没有 post 的代码,所以如果这个问题不够具体,我深表歉意,但我想知道是否有其他人看到过此错误消息,或者是否有任何已知的重现或者恢复的方法?
此错误表明 HealthKit 数据库已损坏,不幸的是,除了重置设备以清除数据库外,您无能为力。不过,首先,您应该 file a bug with Apple.