I want to create a Kotlin Multiplatform Library which will support ios. While creating the project, when I try to add a new target as iOS, it provides me with three options,
what are these options and which one to choose for iOS/iPhones or iPads?
library MPP module
For anyone looking for an answer iosARM32 is for older iOS devices(iPhone 5 and low), iOS ARM64 is for the latest iOS devices(after iPhone 5s), and iOSX64 is for iOS simulators. So, imo iOSARM64 will work for most of the devices