Native binding Xamarin.Mac

3k views Asked by At

I am trying to make native binding for Webrtc.a native library on mac when I include the binding library as reference to my Xamarin.Mac project I get this error : /MMP: Error MM5109: Native linking failed with error code 1.
I followed all these steps https://developer.xamarin.com/guides/ios/advanced_topics/binding_objective-c/walkthrough/

1

There are 1 answers

3
Chris Hamons On BEST ANSWER

You'll need to dig into the build details on your project to see the specific error. It means we invoked clang to build the native launcher and it returned errors (very likely associated to the native library being bound).

You can find the build log via: View -> Pads -> Errors then selecting the "Build Output" button.