After integrating Amity SDK / Amity UIKit on iOS we get a lot of error messages.
After calling
AmityUIKitManager.registerDevice(withUserId: freeleticsUserId, displayName: displayName, authToken: nil)
Immediately after we get
immediately this is called
[logging] BUG IN CLIENT OF libsqlite3.dylib: database integrity compromised by API violation: vnode unlinked while in use: .../CoreSimulator/Devices/ABB1B4E9-9670-47FC-A610-317190B1FF2A/data/Containers/Data/Application/AE9B35F6-4C18-4BE0-81C7-8E9165F42436/Library/Caches/com.Freeletics.Freeletics-Lite-Debug/Cache.db-shm
[logging] BUG IN CLIENT OF libsqlite3.dylib: database integrity compromised by API violation: vnode unlinked while in use: .../CoreSimulator/Devices/ABB1B4E9-9670-47FC-A610-317190B1FF2A/data/Containers/Data/Application/AE9B35F6-4C18-4BE0-81C7-8E9165F42436/Library/Caches/com.Freeletics.Freeletics-Lite-Debug/Cache.db-wal
[logging] BUG IN CLIENT OF libsqlite3.dylib: database integrity compromised by API violation: vnode unlinked while in use: .../CoreSimulator/Devices/ABB1B4E9-9670-47FC-A610-317190B1FF2A/data/Containers/Data/Application/AE9B35F6-4C18-4BE0-81C7-8E9165F42436/Library/Caches/com.Freeletics.Freeletics-Lite-Debug/Cache.db
[logging] invalidated open fd: 11 (0x11)
[logging] invalidated open fd: 12 (0x11)
[logging] invalidated open fd: 9 (0x11)
Right after that we get really a lot of these messages
[logging] misuse at line 130557 of [02c344acea]
[logging] API call with unopened database connection pointer
[logging] misuse at line 130557 of [02c344acea]
[logging] API call with unopened database connection pointer
[logging] misuse at line 130557 of [02c344acea]
writeDBwithCachedResponse-ERROR: (_dbWriteConnection=0x7f85796302a0) insert SQL stmnt. is nil for storage: .../CoreSimulator/Devices/ABB1B4E9-9670-47FC-A610-317190B1FF2A/data/Containers/Data/Application/B7331DBE-451A-425F-BFB7-D32B6DBEC244/Library/Caches/com.Freeletics.Freeletics-Lite-Debug
[logging] API call with unopened database connection pointer
[logging] misuse at line 130557 of [02c344acea]
[logging] API call with unopened database connection pointer
[logging] misuse at line 130557 of [02c344acea]
[logging] API call with unopened database connection pointer
[logging] misuse at line 130557 of [02c344acea]
[logging] API call with unopened database connection pointer
[logging] misuse at line 130557 of [02c344acea]
[logging] API call with unopened database connection pointer
[logging] misuse at line 130557 of [02c344acea]
[logging] API call with unopened database connection pointer
[logging] misuse at line 130557 of [02c344acea]
[logging] API call with unopened database connection pointer
[logging] misuse at line 130557 of [02c344acea]
[logging] API call with unopened database connection pointer
[logging] misuse at line 130557 of [02c344acea]
[logging] API call with unopened database connection pointer
[logging] misuse at line 130557 of [02c344acea]
[logging] API call with unopened database connection pointer
[logging] misuse at line 130557 of [02c344acea]
Is this a known one? How can we fix this?
Thanks in advance, cheers
Markus