Artur Babichev

Results 18 comments of Artur Babichev

The error still occurs in sqldelight 2.0.1 https://github.com/softartdev/NoteDelight/actions/runs/7096127975/job/19314143203#step:8:697

The [error still occurs](https://github.com/softartdev/NoteDelight/actions/runs/8622449303/job/23633577429#step:8:833) in sqldelight 2.0.2 & kotlin 1.9.23. The previously found [workaround](https://github.com/cashapp/sqldelight/issues/4523#issuecomment-1826329694) still [works](https://github.com/softartdev/NoteDelight/actions/runs/8622434129/job/23633532484#step:8:962).

@AlexanderEggers Try the workaround for each module that includes iOS-targets. Anyway, this requires a deep dive into the codebase of the library and plugins, I have little time, so just...

Reproduce with kotlin 1.9.22 & compose 1.6.0-beta01: https://github.com/softartdev/NoteDelight/actions/runs/7682327242/job/20937252856#step:6:786

Try to check at runtime that the SQLCipher is correctly linked using "PRAGMA cipher_version;" query. See the following post for more details: https://discuss.zetetic.net/t/important-advisory-sqlcipher-with-xcode-8-and-new-sdks/1688 Also, you can see how it's done...

Web support is definitely possible, but since this is a pet project I work on in my free time, I can’t promise when I’ll get to it. If you’re interested,...

The `wasmJs` target is now live! Check it out here: https://softartdev.github.io/MaterialThemePrefs/

Hi Rakesha, Thanks for reporting this issue and providing the build log. I looked through the log, and the key error seems to be this: ``` > Task :core:data:db-sqldelight:cinteropSQLCipherIosArm64 FAILED...