Igor Milakovic
11/29/2022, 6:42 PMio.ktor:ktor-client-darwin-legacy
instead of io.ktor:ktor-client-ios
, but after making that change I can't even build the app:
** 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!