Trouble binding Objective-C library to C# with Objective Sharpie

前端 未结 1 497
终归单人心
终归单人心 2021-01-21 01:04

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

相关标签:
1条回答
  • 2021-01-21 01:54

    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.

    0 讨论(0)
提交回复
热议问题