2

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?

SYNT4X
  • 210
  • 2
  • 15
  • 2
    Why don't you use this: https://github.com/dankunc/PebbleKit-Xamarin/tree/master ? – Wosi Aug 18 '15 at 12:28
  • Because it is not working... I really need this SDK in Xamarin. So I have to try everything. – SYNT4X Aug 18 '15 at 16:00

0 Answers0