binding-tools-for-swift
binding-tools-for-swift copied to clipboard
ObjSelectorFactory needs to be able to understand async and errors
There's a convention (apparently?) in ObjC where some function arguments have an async callback and an error return. I couldn't decipher how the values describing these are actually set.
Take some time to understand that update the Generate () method to respect it.