ns typing suport swift
Is your feature request related to a problem? Please describe. I'm having trouble generating types from a pod library written in swift. The constructors do not appear to me, I think this is a limitation of the generation of types.
Describe the solution you'd like Will this be on the roadmap?
This limitation will get more impact in the future, as there are more and more pods written in swift without exposing everything to obj-c.
@felixkrautschuk I think the same
I hope that this will be given a higher priority. As an example, a new version of the Mapbox library has been released and it seems that there will be no obj-c support in the future anymore. https://github.com/mapbox/mapbox-maps-ios/issues/358
The old version (https://github.com/mapbox/mapbox-gl-native-ios) will receive updates until April 2023 and actually we could continue using that version afterwards... but who knows what the requirements for iOS 17 and xcode 17 will be.