Hi guys, In a KMP project, depending on the iOS ta...
# multiplatform
f
Hi guys, In a KMP project, depending on the iOS target I get different iOS min os version. In particular I get iOS 12 when targeting arm64() and iOS14 when targeting arm64Simulator(). Do you know why this happens and where I can set a "global" iOS min version? Thanks
I'm looking for a more elegant way than using:
compilerOptions.options.freeCompilerArgs.add("-target arm64-apple-ios13.0")