Hello, I’m trying to introduce a multiplatform module into an existing iOS project. My multiplatform module uses apollo-kotlin so I have the Apollo client setup there as well as the queries. I’m using cocoapods to add the module to the iOS project, but I keep getting this error when building:
'getter' attribute on property 'name' does not match the property inherited from 'SharedKotlinEnum'
on
Apollo_apiJsonReaderToken
I’ve tried cleaning up everything possible, related to builds in Xcode, without success. The only multiplatform sample I could find,
MortyKMM , uses the Xcode framework method, not cocoapods, so I’m also wondering if this is a know issue when using cocoapods?