coolcat
07/21/2021, 8:47 PMnative.cocoapods
plugin recently? I am trying to write a KMM library whose iOS code depends on a cocoapod, which I import using
cocoapods {
pod("AFNetworking")
}
However cinterop
gives me
fatal error: module 'AFNetworking' not found
as in this issue. But I don’t think it’s the same problem. Anyone had similar?Viacheslav Kormushkin
07/21/2021, 8:53 PMcoolcat
07/21/2021, 9:04 PMcocoapods-generate
installed. That seems to have fixed it 😱coolcat
07/21/2021, 9:04 PMcoolcat
07/21/2021, 9:05 PMbundle exec pod install
etc. Is there any way to do that with KMM and ensure each project uses its specific version?Viacheslav Kormushkin
07/21/2021, 9:43 PM