Hello,
I have followed the iOS Binding Walkthrough but in my case I have no success yet! There is an error after adding the header file where the client needs only, or all the header files of the static library source code and clicking next I receive the following error.
sharpie-clang-parser exited with error code: 132
System.Exception: sharpie-clang-parser exited with error code: 132
at Sharpie.ObjC.Parser.Parse (System.IO.TextWriter sexpWriter, System.Collections.Generic.List`1 stderrLines) [0x00000] in <filename unknown>:0
at Sharpie.Mac.MainWindowController+<GenerateBinding>c__AnonStorey3.<>m__B (System.Object o) [0x00000] in <filename unknown>:0
I use target SDK -> iOS 6.1 and -mno-thumb flags, this I don't know if needed anyway, same error is occuring without.
In the section Advanced under the Select Header Files, in which case we need to add #include or #import statements?
The static library is not a fat library, it's only build is for a device.
It looks like a parsing error but not quite clear what it needs!
Thank you in advance.