Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/113.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/xamarin/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Xamarin Obj-C框架绑定(iOS)_Ios_Xamarin_Pebble Watch_Pebble Sdk - Fatal编程技术网

Xamarin Obj-C框架绑定(iOS)

Xamarin Obj-C框架绑定(iOS),ios,xamarin,pebble-watch,pebble-sdk,Ios,Xamarin,Pebble Watch,Pebble Sdk,我尝试在命令行上使用Objective Sharpie将(PebbleKit.Framework)框架绑定到C# sharpie bind -o Binding -f PebbleKit.Framework -sdk iphoneos8.4 这是没有错误的工作,但我如何让它绑定所有头文件? 我只得到3个带有名称常量(带有Verify属性)的部分接口。 还有一些来自PBWatch+Sports.h的NSNumber extern NSNumber *PBSportsTimeKey; 我必须手动

我尝试在命令行上使用Objective Sharpie将(PebbleKit.Framework)框架绑定到C#

sharpie bind -o Binding -f PebbleKit.Framework -sdk iphoneos8.4
这是没有错误的工作,但我如何让它绑定所有头文件? 我只得到3个带有名称常量(带有Verify属性)的部分接口。 还有一些来自PBWatch+Sports.h的NSNumber

extern NSNumber *PBSportsTimeKey;

我必须手动绑定方法和类吗?

为什么不使用这个:?因为它不起作用。。。我真的需要Xamarin中的SDK。所以我必须尝试一切。