Emil Butiri
09/12/2022, 9:38 AM'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?bod
09/12/2022, 9:59 AMEmil Butiri
09/12/2022, 11:23 AMBuild Settings > Swift compiler - warnings policies > SWIFT_TREAT_WARNINGS_AS_ERRORS
is set to NO
, and in my project, it was set to YES
. So that wasn’t actually an error, but a warning. I think I can live with that 😄
However, I’ll also test my project with the framework method and see what happensbod
09/12/2022, 11:43 AMEmil Butiri
09/12/2022, 11:47 AM