Xamarin Obj-C Framework Binding (PebbleKit iOS)
I try to Bind this (PebbleKit.Framework) Framework to C# with Objecttive Sharpie on the command line. sharpie bind -o Binding -f PebbleKit.Framework -sdk iphoneos8.4 This is working without errors, but how do I get it to bind all Header Files? I just get 3 partial interfaces with name constants (with Verify Attribute). And some NSNumber from PBWatch+Sports.h for Example extern NSNumber *PBSportsTimeKey; Do I have to bind methods and classes manually? 来源: https://stackoverflow.com/questions/32072363/xamarin-obj-c-framework-binding-pebblekit-ios