Hello! I added a target for `iosArm32` like this: ...
# moko
c
Hello! I added a target for
iosArm32
like this:
Copy code
iosArm32(){
        binaries.framework {
            baseName = "MyLib"
            isStatic = false
        }
    }
And the source sets as follows:
Copy code
val iosArm32Main by getting {
            dependsOn(iosMain)
}
But now when building my framework I get the following: