I'm using cocoopods in my KMP project where i'm de...
# multiplatform
s
I'm using cocoopods in my KMP project where i'm declaring few pods like Mixpanel, however getting error
Could not resolve <unknown coordinates> for
and
cinterop-Mixpanel.klib does not exist
. Possible solution mentions to Declare repository providing the artifact, however it already being done in gradle file under cocoapods config. Any help will be appreciated.
f
s
Hi @François the issue got resolved. The issue was due to incompatibility between Xcode 16 and older KMP versions.
🎉 1