binding-tools-for-swift icon indicating copy to clipboard operation
binding-tools-for-swift copied to clipboard

ObjSelectorFactory needs to be able to understand async and errors

Open stephen-hawley opened this issue 4 years ago • 0 comments

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.

stephen-hawley avatar Feb 10 '21 20:02 stephen-hawley