Hello,
I developed a kotlin code and I generate a framework to use in Xcode, but this problem occurred :
IdeaProjects/aeronautics-utils-kotlin/KotlinSharedLibrary/build/xcode-frameworks/KotlinSharedLibrary.framework/KotlinSharedLibrary, file was built for arm64 which is not the architecture being linked (armv7)
how can I generate a framework with architecture armv7?