Database disk image is malformed in Call Blocking

I have an app developed by using the Callkit/Call-Blocking and received feedback from individual users, when using [cxcalldirectorymanager reloadextensionwithidentifier] to write call blocking data, it returned error code 11 with the following contents:

errorCode: 11

errorDomain: com.apple.callkit.database.sqlite

errorDescription: sqlite3_step for query 'DELETE FROM PhoneNumberBlockingEntry WHERE extension_id =?' returned 11 (11) errorMessage 'database disk image is malformed'

I want to know the reasons for this error and how to solve it,Thanks!

I encountered the same issue on my iPhone 15 Pro running iOS 18.4. The error message I received is:

Error Domain=com.apple.callkit.database.sqlite Code=11 "sqlite3_step for query 'DELETE FROM PhoneNumberBlockingEntry WHERE extension_id = ?' returned 11 (11) errorMessage 'database disk image is malformed

I have already rebooted my device, but the problem still persists. Any insights or updates would be greatly appreciated.

Database disk image is malformed in Call Blocking
 
 
Q