Objective C Native Library Binding Issue in Xamarin iOS

250 Views Asked by At

We are trying to bind iOS native library with Xamarin, using the below link. https://learn.microsoft.com/en-us/xamarin/ios/platform/binding-objective-c/walkthrough?tabs=macos

But whenever we are trying to do so, we got a file where it contains lines more than 25k and errors more than 30-40k errors, And All these we get for a 3 lines of objective c code.

1

There are 1 best solutions below

2
On

Have you updated Xcode and Objective Sharpie yet? try to follow this tutorials: https://www.youtube.com/watch?v=_lqSXKOH5g8&t=1618s

Another guide for you: http://blog.ksharp.info/2018/10/xamarin-native-binding-ios-cocoapods/