I’m trying to add unit test for iOS, and the built application only contains codes from src/test but not src/main, so I got NoClassDefFoundError when I try to access classes written in src/main/java.
I face the same problem even generate an new simple moe application. The project was generated with the latest version of the IntelliJ MOE plugin in IntelliJ.
@liliomk And I’m wondering if it’s a good idea to add an option to shutdown the simulator after the test automatically because we are trying to run the unit test on jenkins.