Hello ! Ktor-client 2.1.2 is not working on iOS 12...
# ktor
n
Hello ! Ktor-client 2.1.2 is not working on iOS 12. Is there an easy way to find the minimum iOS deployment target for each versions of Ktor-client ?
e
Hey, we released
ktor-client-darwin-legacy
without WebSocket support, for older iOS
🙌 1
n
Oh, great ! Thanks !
i
Let me know if you can build the iOS app with
ktor-client-darwin-legacy
Just to clarify, this was my error:
Copy code
** ARCHIVE FAILED **
The following build commands failed:
PhaseScriptExecution [CP-User]\ Build\ shared ~/Library/Developer/Xcode/DerivedData/iosApp-dwshccrfrznbhwgdphnxyuqdispt/Build/Intermediates.noindex/ArchiveIntermediates/My\ App/IntermediateBuildFilesPath/Pods.build/Staging-iphoneos/shared.build/Script-80ED0967EE0BBCFEB52FF26F11A47A90.sh (in target 'shared' from project 'Pods')
I'm using Kotlin 1.7.21 and Ktor 2.1.3
113 Views