I have a Swift library provided by the client, and need to use it in xamarin.forms project. I have gone through https://docs.microsoft.com/en-us/xamarin/ios/platform/binding-swift/walkthrough but its not giving what i required.
According to above link, we need write each and every method which we need to use in xamarin application that is not a good solution, if sdk has 1000 method no developer wants to write and then expose.
For android (java sdk) its very simple to add aar file and compile and it will give you a dll file but for IOS its a very long proces..
Can anyone can help me on this. ? How to create xamarin binding for swift library.