Duckie
07/18/2023, 7:47 AMModule "com.apollographql.apollo3:apollo-normalized-cache-sqlite (com.apollographql.apollo3:apollo-normalized-cache-sqlite-iossimulatorarm64)" has a reference to symbol co.touchlab.sqliter/DatabaseConfiguration.Extended.<init>|671405973411897455[0]. Neither the module itself nor its dependencies contain such declaration.
bod
07/18/2023, 7:53 AMDuckie
07/18/2023, 7:58 AMapollo-kotlin
and sqldelight
libraries
iOS Swift project has apollo
and apollo/sqlite
libraries as well.
The error occurs when compile the iOS project, not runtime.bod
07/18/2023, 8:32 AMapollo-normalized-cache-sqlite
(so it makes sense that commenting these lines will remove the issue).
Maybe there's a discrepancy in the version that's used? Could you share what you get from ./gradlew :yourmodule:dependencies
?Duckie
07/18/2023, 8:37 AMDuckie
07/18/2023, 8:38 AMbod
07/18/2023, 8:47 AMDuckie
07/18/2023, 8:52 AMid("app.cash.sqldelight") version "2.0.0-rc02"
bod
07/18/2023, 8:59 AMbod
07/18/2023, 9:14 AM4.0.0-alpha.2
), since it also depends on sqldelight 2!Duckie
07/18/2023, 9:57 AMbod
07/18/2023, 10:01 AM4.0.0-alpha.3-SNAPSHOT
) then - instructions are here.Duckie
07/18/2023, 3:55 PMCould not find "/Users/duckie2910/.gradle/caches/modules-2/files-2.1/com.apollographql.apollo3/apollo-normalized-cache-sqlite-iossimulatorarm64/4.0.0-alpha.3-SNAPSHOT/5549f76a41871da4271a3e7405a93cc41639e104/apollo-normalized-cache-sqlite-iossimulatorarm64-4.0.0-alpha.3-SNAPSHOT.klib
bod
07/18/2023, 3:57 PMDuckie
07/18/2023, 3:59 PMbod
07/18/2023, 4:00 PMDuckie
07/18/2023, 4:01 PMbod
07/18/2023, 4:04 PMDuckie
07/18/2023, 4:11 PMDuckie
07/18/2023, 4:11 PMCould not find "/Users/duckie2910/.gradle/caches/modules-2/files-2.1/com.apollographql.apollo3/apollo-normalized-cache-sqlite-iossimulatorarm64/4.0.0-alpha.3-SNAPSHOT/5549f76a41871da4271a3e7405a93cc41639e104/apollo-normalized-cache-sqlite-iossimulatorarm64-4.0.0-alpha.3-SNAPSHOT.klib" in [/Users/duckie2910/Documents/upscale/goupscale-kmm-modules/iOSApp-Example/Pods, /Users/duckie2910/.konan/klib, /Users/duckie2910/.konan/kotlin-native-prebuilt-macos-aarch64-1.8.21/klib/common, /Users/duckie2910/.konan/kotlin-native-prebuilt-macos-aarch64-1.8.21/klib/platform/ios_simulator_arm64]
bod
07/18/2023, 4:16 PMDuckie
07/18/2023, 4:19 PMbod
07/18/2023, 4:22 PMDuckie
07/18/2023, 4:44 PMbod
07/18/2023, 4:44 PM