I have created binding library successfully, it is initialized properly in Xamarin.iOS app, but at specific point, the app is crashing.
I tried to implement the same on XCode, it is crashing also, but the issue has been fixed by enabling the option Embedded content contains Swift Code
= true
as per this answer.
So How to enable same option in Xamarin?