aiidziis
12/08/2020, 12:14 PMSQLCipher
? Went through example: https://github.com/touchlab-lab/KaMPKitSQLCipher . Project actually builds on Xcode and works properly, but now I am having problems with publishToMavenLocal
.
When I run gradlew publishToMavenLocal
this error is getting thrown:
Execution failed for task ':KME:cinteropSQLCipherIos'.
> Cannot perform cinterop processing for module SQLCipher: cannot determine headers location.
Kris Wong
12/08/2020, 1:49 PMaiidziis
12/08/2020, 2:02 PMstartParameter.excludedTaskNames += "cinteropSQLCipherIos"
Kris Wong
12/08/2020, 2:35 PM