Fail
06/13/2019, 3:45 PMiosMain {
dependencies {
implementation "io.ktor:ktor-client-ios:$ktor_version"
}
}
But it not compiling.
Error:
> Task :app:linkDebugFrameworkIos
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_UIDevice", referenced from:
objc-class-ref in combined.o
ld: symbol(s) not found for architecture x86_64
e: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
> Task :app:linkDebugFrameworkIos FAILED
Artyom Degtyarev [JB]
06/13/2019, 3:54 PM