Stefan Oltmann
04/21/2023, 6:33 AMisStatic = true
, which results in errors similar to the ones mentioned in this post: https://github.com/cashapp/sqldelight/issues/2512
Can you confirm that right now SQLDelight can't be used in a static XCFramework?
Is there explanation why? Does that mean I need to put Compose into a separate XCFramework?kevin.cianfarini
04/21/2023, 11:49 AMStefan Oltmann
04/21/2023, 11:50 AMrusshwolf
04/22/2023, 2:43 PMisStatic = true
and includes SQLDelight, try adding -lsqlite3
to "other linker flags" in Xcode.russhwolf
04/22/2023, 2:52 PM-lsqlite3
will let sqldelight work in static frameworksStefan Oltmann
04/22/2023, 4:10 PM