When I call a method in one of my ObjC libraries, I'm getting a bunch of 'incorrect signature' errors. E.g.:
Calling [Pg -executeBind:] with incorrect signature. Method has C24@0:8@16 (C24@0:8@16), selector has i24@0:8@16 Everything seems to work OK. just get that error printed out all over the place to the console. I'm running Objc 2 / clang in Debian under WSL.
