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.