I used objective sharpie to generate my ApiDefinition file and cleaned up the issues in there. When I import my framework into the project however, I get multiple errors in a couple of my *.g.cs files that say "Identifier Expect"
Here is an example of one of the lines that is causing the issue:
public static void RichEditorHeightDidChange (this IRichEditorDelegate This, global::.RichEditorView editor, NSObject height)
Is there something that I might have missed?