You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I already run the kdoctor command, everything is OK.
Below is my compile environment:
Android Studio Electric Eel | 2022.1.1 Patch 2
macOS Monterey: 12.6.3
Xcode 14.2
openjdk version "11.0.15" 2022-04-19
I search on google and can't find the solution.
It seems the compiler can't find the exported .klib file.
After executing ./gradlew build even though it failed, I find the KMChachaPoly-cinterop-SwiftChachaPoly.klib files under the build/libs/iosArm64/main/ and build/libs/iosX64/main/.
I'm new to Android development and I'm confused about how Android Studio linked the .klib file to the shared project.
The text was updated successfully, but these errors were encountered:
chenxi92
changed the title
Unresolved reference: seift
Unresolved reference: swift
Apr 3, 2023
I download the repo and run the
./gradlew build
it failed and the error was:I already run the
kdoctor
command, everything is OK.Below is my compile environment:
I search on google and can't find the solution.
It seems the compiler can't find the exported .klib file.
After executing
./gradlew build
even though it failed, I find theKMChachaPoly-cinterop-SwiftChachaPoly.klib
files under thebuild/libs/iosArm64/main/
andbuild/libs/iosX64/main/
.I'm new to Android development and I'm confused about how Android Studio linked the
.klib
file to the shared project.The text was updated successfully, but these errors were encountered: