I\'m attempting to walk through this guide:
https://developer.xamarin.com/guides/ios/advanced_topics/binding_objective-c/walkthrough/
trying to create bindings f
I quickly checked the LMGaugeView pod that you mentioned.
Turns out, for that you have to have latest XCode and Sharpie (3.4 is current version).
You can update sharpie by running sharpie update
. Then you can generate a binding.
I've tried and it seems to work just fine, see yourself: youtube.com/watch?v=g7qQJnMxubU&feature=youtu.be
Shameless plug - tool I used in video is a wrapper for sharpie I use for Xamarin.iOS bindings - objc-automatic.