Did anyone experience this when building iOS using...
# multiplatform
k
Did anyone experience this when building iOS using Kotlin 1.5.30?
Architecture i386 is not supported for platform iphonesimulator14.5
n
Experiencing this with 1.5.31. Any solution?
I’ve checked this
ARCHS
value in both my very old project and a new one and in the new project it does not contain
i386
. So this might be something to check within your Xcode build settings.
As a workaround I’ve set
export ARCHS=$PLATFORM_PREFERRED_ARCH
in the podspec’s script which seems to work for my cases
k
I filed an issue and used target shortcuts using 1.5.30 https://youtrack.jetbrains.com/issue/KT-49081