I have built a Kotlin Multiplatform Mobile application, which runs on Android, but when I try to build the project on IOS device, I am facing the following error:
- Compilation f
ailed: Server returned HTTP response code: 416 for URL: https://download.jetbrains.com/kotlin/native/apple-llvm-20200714-macos-aarch64-essentials.tar.gz - org.jetbrains.kotlin.konan.util.DependencyDownloader$HTTPResponseException: Server returned HTTP response code: 416 for URL: https://download.jetbrains.com/kotlin/native/apple-llvm-20200714-macos-aarch64-essentials.tar.gz
I have built the project on KOtlin, there is a seperate IOS portion on the project, I open the KmpApp.xcworkspace on Xcode, and run build. but I am getting the compile error.




