Hello, I am new to android studio. Experimenting w...
# android-studio
f
Hello, I am new to android studio. Experimenting with Kotlin Multiplatform Mobile. When I try to run iOS simulator I get following error:
Copy code
Unsupported Xcode version 10.1, minimal supported version is 11.0.
Is there a way how to set up the android studio to use lower Xcode version? Updating Xcode is not an option for me.
u
Lower the iOS target version like 9.0 and try to build again
f
Did a bit of search and found this code:
Copy code
minimalXcodeVersion=11.0
here. So I am assuming that KMM is not compatible with older versions of Xcode
u
Open iOS app in xcode directly and try to run
f
that produces the same error, will probably need to experiment with KMM after getting new Xcode
u
Actually current version of xcode is 12.3 and you are using 10 and I am confused how you are building iOS apps for new Target