Hi,
I've recently started using Objective Sharpie to bind iOS libraries and I'm following the walkthrough on the developer site. I am able to bind the files successfully but the output ApiDefinition.cs file and Structs.cs file is huge, about 60 000 lines long. I am using Xcode 10.1, iOS 12.1 and Sharpie 3.4
Can anyone tell me how to fix this issue please?
Answers
Could you provide the ApiDefinition.cs file and Structs.cs file?
If you put a variable -scope {PATH WHERE THE HEADER OF THE LIBRARY IS} in the command you won't have a file that big
When I put the path of the headers, it continues to generate files huge. What worked for me was the following: