Xamarin Obj-C Framework Binding (PebbleKit iOS)

强颜欢笑 提交于 2019-12-07 21:03:15

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!