VS Mac bindgen error
I've used objective sharpie to generate a c# wrapper around an obj-c library following https://learn.microsoft.com/en-us/xamarin/cross-platform/macios/binding/objective-sharpie/
When I go to build my project with vs mac I receive this:
error BI1042: bgen: Missing '[Field (LibraryName=value)]' for {0} (e.g."__Internal")
as part of the _GenerateBindings target. What does this mean? There's no associated line number and I'm not clear on what this task does.
When I go to build my project with vs mac I receive this:
error BI1042: bgen: Missing '[Field (LibraryName=value)]' for {0} (e.g."__Internal")
as part of the _GenerateBindings target. What does this mean? There's no associated line number and I'm not clear on what this task does.
This section provides an introduction to Objective Sharpie, Xamarin's command line tool used to automate the process of creating a binding to an Objective-C Library
