https://kotlinlang.org logo
c

coolcat

10/22/2021, 4:10 PM
I am currently having difficulty building my KMM Android app from within Android Studio on my Mac. The iOS build works within Xcode, and the Android build also works OK on a non-Mac machine. The error is:
Copy code
Could not determine the dependencies of task ':shared:cinteropSharedIos'.
> Could not resolve all dependencies for configuration ':shared:iosSharedCInterop'.
   > Authentication scheme 'all'(Authentication) is not supported by protocol 'file'
Any help appreciated.
k

Kirill Langer

10/22/2021, 4:27 PM
Did you run a pod install?
c

coolcat

10/22/2021, 4:40 PM
I did not…
k

Kirill Langer

10/22/2021, 4:41 PM
I would try that out in the ios folder
c

coolcat

11/01/2021, 12:18 PM
I’ve been off for a week and am just trying to resume figuring this out.
pod install
did not sort my problem… and my use case is I am trying to run/test only the Android app, on a Mac.
4 Views