Closed loxal closed 8 years ago
your linked example refers to robovm, not bugvm
@ibinti sorry, IntelliJ swallowed my commit, now it should refer to BugVM.
error message says class file for com.bugvm.objc.* not found.
Adding dependency compile "com.bugvm:bugvm-objc:1.1.0" solved the issue when I tested your example project.
Thanks, it works now. It would be nice to have a “Hello, World” reference project for BugVM, so this kind of runtime issues can be made obvious by looking at a simple reference project.
I just created such a reference project: https://github.com/loxal/bugvm-example-template-project This project was a RoboVM reference project before.
In fact, BugVM Studio has a new project template that is supposed to be used as a reference project.
When I compile my really simple & plain example project, I get this