Binding objective-c library to Xamarin Project using Objective Sharpie -
i developing ios application using xamarin studio. application going work infinite peripherals linea pro 5 (a barcode scanner attache ipod/iphone). linea sdk provided infinite peripherals objective-c library associated header file. i've followed xamarins ios binding tutorial, skipping first parts , starting @ chapter "3.2. create xamarin.ios binding project" (since have fat binary file). have installed objective sharpie v0.4.11 , xcode command line tools. when try create binding using objective sharpie following error message:
after research find bug caused objective sharpie, there way around bug? need library in monotouch project.
p.s. have checked out the tutorial david sandor, outdated , not possess enough knowledge update it.
if objective-sharpie doesn't work project, can:
- do manual binding, or build upon david sandor's one. that's not that hard.
- try find offending part of header file, removing part of , process obj-sharpie (the header file not long, once strip comments away)
Comments
Post a Comment