Kotlin Multiplatform serialization does not link for ios target
While compiling a Multiplatform Project with some simple @Serializable classes, such as:
How to import iOS library into my KMP app
I am trying to add a 3rd party iOS library as a dependency in my Kotlin Multiplatform app via cocoapods. The iOS library supports Objective-C so I should be able to import it but I get Unresolved reference
when trying to import the library.