MonoMac / Xamarin.Mac binding simple dylib not working
问题 I'm trying to bind some native code for use in MonoMac / Xamarin.Mac, but I'm not sure where I'm going wrong. I create a simple dylib to test with: nativelibrary.h : - (NSString *)echo:(NSString *)message; I know that my library is fine, because I reference it and use it in an Objective-C / Cocoa application. Next, I try to generate the initial binding file using parse.exe: mono parse.exe [path...]/nativelibrary.h Problem #1 No 'gen.cs' file is generated as per Miguel's guide Problem #2 Parse