Rajju Tech

Results 5 comments of Rajju Tech

Getting same issue.. It works fine on Simulator, but when deployed on device it crashes with above error at this line ` let fileUrlIs = try schemaVersionAtURL(config.fileURL!, encryptionKey: keyData)` This...

After debugging with lot of trial and errors I found this bug started from v10.41.1 which has realm-core of 13.17.0 . Culprit should be realm-core. After downgrading swift-realm to 10.41.0...

more details on this error is captured here - https://github.com/realm/realm-core/issues/7322

This error started from 13.17.0 (realm-core), downgrading to 13.15.1 resolved my issue.