Hey! I am facing some linker issue with XCode 14.1...
# ios
a
Hey! I am facing some linker issue with XCode 14.1 using KMP. First it failed to detect the
shared
module but once it did, now it's not finding the class types declared in KMP module. Can anyone help me out here? TIA.
g
If you can share screenshot it would be helpful for us
a
Sure, here's the screenshot of the error.
Screenshot 2023-09-19 at 4.28.25 PM.png
The class
Category
is defined in the
shared
and there is no class like
Category_
. The same kind of issue exists for other 188 issues.