Hello, I just imported an iOS framework to my KMM ...
# multiplatform
u
Hello, I just imported an iOS framework to my KMM project (then again by converting it into a Pod), but it does not show all the classes, attributes, and functions the framework has. When I directly add this dependency on XCode for other projects, I can access all the missing classes, attributes, and functions. Is there anyone experienced such situation?
It seems its caused by the framework is developed on Swift and looks like it is not supported by kotlin multiplatform
s
That is possible. If you have only a subset of all classes. Some classes might not be possible to imported from Swift.