Do we have anyone here successfully using Ktor 2.x...
# multiplatform
i
Do we have anyone here successfully using Ktor 2.x on iOS 12? Looking at KTOR-4159, it appears to be fixed, but I don't think it is. Last activity was in early September suggesting to use
io.ktor:ktor-client-darwin-legacy
instead of
io.ktor:ktor-client-ios
, but after making that change I can't even build the app:
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. I've tried downgrading all the way to Kotlin 1.6.0 and Ktor 2.1.1 (the version in which it was supposedly fixed), but no luck. Thanks in advance!