https://kotlinlang.org logo
m

mzgreen

11/20/2019, 10:05 AM
After updating to 1.3.60 my project stopped downloading dependencies for
ios
and
macos
targets.
a

Artyom Degtyarev [JB]

11/20/2019, 10:29 AM
Hello! What kind of dependencies you are missing?
m

mzgreen

11/20/2019, 10:47 AM
ktor and coroutines, there are no errors in gradle file, it syncs but the deps are missing
a

Artyom Degtyarev [JB]

11/20/2019, 10:53 AM
AFAIK, they were not released for 1.3.60 yet
m

mzgreen

11/20/2019, 10:58 AM
That would explain it, do you have an idea when they’ll be released?
a

Artyom Degtyarev [JB]

11/20/2019, 11:02 AM
In a few days I suppose - it has to be built and tested, etc. Have a look at the previous release dates for some estimates.
m

mzgreen

11/20/2019, 11:53 AM
thanks 👍
d

Dave

11/20/2019, 9:16 PM
Ran into this as well, didn't realize. Could not find a decent way to downgrade back to 1.3.50 (especially in IDEA) and it's stopped development dead.
l

louiscad

11/21/2019, 12:10 PM
Might it be caused by not updated Xcode?
Or updated but not opened yet (for components installation)?
b

bod

11/24/2019, 1:24 PM
Just tried to update my project to 1.3.60 and getting:
Copy code
> Task :klibqonto:compileKotlinIos FAILED
w: skipping /Users/bod/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-client-serialization-iosx64/1.2.4/5dbfd50046c7ed9b7a49129e71ddbe547978d92e/ktor-client-serialization.klib. The abi versions don't match. Expected '[17]', found '14'
w: The compiler versions don't match either. Expected '[]', found '1.3.50-release-11850'
e: Could not find "/Users/bod/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-client-serialization-iosx64/1.2.4/5dbfd50046c7ed9b7a49129e71ddbe547978d92e/ktor-client-serialization.klib" in [/Users/bod/gitrepo/klibqonto, /Users/bod/.konan/klib, /Users/bod/.konan/kotlin-native-macos-1.3.60/klib/common, /Users/bod/.konan/kotlin-native-macos-1.3.60/klib/platform/ios_x64].
Is that the same problem you are mentioning?