vanniktech
02/06/2020, 8:15 AMimport cocoapods.AFNetworking
fails when compiling via Xcode with: Packages cannot be imported
import cocoapods.*
and referencing AFNetworking
does not seem to work either: Unresolved reference: AFNetworking
Artyom Degtyarev [JB]
02/06/2020, 8:17 AMvanniktech
02/06/2020, 8:23 AM- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin:1.3.61')
Searched in the following repositories:
BintrayJCenter
maven(<https://dl.bintray.com/kotlin/kotlin-dev>)
maven2(<https://dl.bintray.com/kotlin/kotlin-eap>)
when executing the build.sh
vanniktech
02/06/2020, 8:34 AM