I am trying to use Objective Sharpie to create a binding file for OmniFoundation.framework
(sources). I have passed the master include for my framework. Passing individual source files causes Objective Sharpie to crash.
As noted in this blog post, I can tell Objective Sharpie to follow #include
s, and to only limit itself to header files found in a certain directory, but no matter what values I enter, I always get a generated file that is completely empty, save for a namespace declaration. What am I doing wrong?
If you could tell me how to limit #include
following using the sharpie
command-line tool, that could be even better.