You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following errors with the environment-test-ios project, after cloning the latest version of the repository:
Description Resource Path Location Type
NSAutoreleasePool cannot be resolved to a type IOSLauncher.java /environment-test-ios/src/com/cookbook/environment line 21 Java Problem
NSAutoreleasePool cannot be resolved to a type IOSLauncher.java /environment-test-ios/src/com/cookbook/environment line 21 Java Problem
The import org.robovm.cocoatouch cannot be resolved IOSLauncher.java /environment-test-ios/src/com/cookbook/environment line 3 Java Problem
The import org.robovm.cocoatouch cannot be resolved IOSLauncher.java /environment-test-ios/src/com/cookbook/environment line 4 Java Problem
UIApplication cannot be resolved IOSLauncher.java /environment-test-ios/src/com/cookbook/environment line 22 Java Problem
Has anyone seen these errors (@saltares)? The other environment-test-* projects build fine after following the instructions in the book, and I have the RoboVM plugin installed in Eclipse. Could the problem be due to me using a newer version of RoboVM?
Thanks for your help!
The text was updated successfully, but these errors were encountered:
I am getting the same issue. Looks like RoboVM is no longer open source, and we need a new source for the dependencies, or use a different VM altogether.
Hi there,
I'm getting the following errors with the environment-test-ios project, after cloning the latest version of the repository:
Description Resource Path Location Type
NSAutoreleasePool cannot be resolved to a type IOSLauncher.java /environment-test-ios/src/com/cookbook/environment line 21 Java Problem
NSAutoreleasePool cannot be resolved to a type IOSLauncher.java /environment-test-ios/src/com/cookbook/environment line 21 Java Problem
The import org.robovm.cocoatouch cannot be resolved IOSLauncher.java /environment-test-ios/src/com/cookbook/environment line 3 Java Problem
The import org.robovm.cocoatouch cannot be resolved IOSLauncher.java /environment-test-ios/src/com/cookbook/environment line 4 Java Problem
UIApplication cannot be resolved IOSLauncher.java /environment-test-ios/src/com/cookbook/environment line 22 Java Problem
Has anyone seen these errors (@saltares)? The other environment-test-* projects build fine after following the instructions in the book, and I have the RoboVM plugin installed in Eclipse. Could the problem be due to me using a newer version of RoboVM?
Thanks for your help!
The text was updated successfully, but these errors were encountered: