hadzinets
06/13/2023, 12:11 PMios()
iosArm64 {
binaries.framework(iosFrameworkName) {
isStatic = true
export("dev.icerock.moko:socket-io:0.4.0")
transitiveExport = true
}
}
iosX64 {
binaries.framework(iosFrameworkName) {
isStatic = true
export("dev.icerock.moko:socket-io:0.4.0")
transitiveExport = true
}
}
...
sourceSets {
val commonMain by getting {
dependencies {
api("dev.icerock.moko:socket-io:0.4.0")
}
}
}
The size of the final binary doesn't change, it doesn't matter if I add an export or not. And when I add a created framework to my iOS app, I get an error that xcode cannot find this external dependency ( you can see the error message on the attached screenshot).
Did anyone face that kind of issue? Do you have any idea what went wrong? Thank you for help and your time!alex009
06/14/2023, 8:08 AMhadzinets
06/14/2023, 9:11 AMalex009
06/14/2023, 9:16 AMhadzinets
06/14/2023, 9:19 AMalex009
06/14/2023, 9:20 AMhadzinets
06/14/2023, 9:23 AMhadzinets
06/15/2023, 9:51 AMalex009
06/15/2023, 11:57 AMalex009
06/15/2023, 11:58 AMhadzinets
06/16/2023, 11:29 AMalex009
06/16/2023, 11:47 AMalex009
06/16/2023, 11:47 AMdhia chemingui
03/05/2025, 9:44 AMalex009
03/05/2025, 10:37 AMalex009
03/05/2025, 10:37 AMdhia chemingui
03/06/2025, 12:32 PMdhia chemingui
03/06/2025, 12:35 PMalex009
03/06/2025, 3:24 PMdhia chemingui
03/07/2025, 7:44 AM