Closed liaogang closed 9 years ago
There are a few issues with the Method binding.
asdf::result:
.@Block
.NSNumber
should be bound as NSNumber
in Java (not int or Integer).So your binding should look like:
@Method(selector = "asdf::result:")
public native void asdf(int a, int b, @Block VoidBlock1<NSNumber> resultBlock);
Great,it works
How to import a object-c static library (.a) into robovm?
I add a method and got this error: