I am trying to use Objective Sharpie with a third party library fir which I only have the .a
file. From my understanding, I need the header files to do the binding. Is there a way that I can make Objective Sharpie work with this or a way to generate the header files?
Asked
Active
Viewed 195 times
1

David Pilkington
- 13,528
- 3
- 41
- 73
-
just use lipo command to generate .a and create objective sharpie command – logeshpalani31 Feb 11 '20 at 07:57