Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

* hot fix for CompilerException while compiling UIKey.keyCode #553

Merged
merged 1 commit into from
Jan 20, 2021

Conversation

dkimitsa
Copy link
Contributor

fix for #548 is not working as expected as produce:

org.robovm.compiler.CompilerException: Found multiple overridable @Method or @Property methods in org.robovm.apple.uikit.UIKey with the selector 'keyCode'.

the fix is not to use same @Property annotation but implement getKeyCode with separate implementation that calls getKeyCodeRaw

fix for MobiVM#548 is not working as expected as produce:
```
org.robovm.compiler.CompilerException: Found multiple overridable @method or @Property methods in org.robovm.apple.uikit.UIKey with the selector 'keyCode'.
```

the fix is not to use same @Property annotation but implement getKeyCode with separate implementation that calls getKeyCodeRaw
@Tom-Ski Tom-Ski merged commit 8d6ae8d into MobiVM:master Jan 20, 2021
@dkimitsa dkimitsa deleted the hotfix/uikey-multiple-overrides branch October 20, 2021 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants