robovm / robovm-gradle-plugin

RoboVM Gradle plugin
45 stars 24 forks source link

Update to RoboVM 0.0.10 #9

Closed badlogic closed 10 years ago

badlogic commented 10 years ago

Hi,

we are ramping up our Gradle efforts and use your lovely plugin for RoboVM support. RoboVM just released 0.0.10 which fixes for iOS SDK 7.1 and XCode 5.1. Could you bump the RoboVM version and deploy your plugin? :dancer:

Thanks, Mario

jtakakura commented 10 years ago

Hi,

Thank you for adopting my plugin. I released 0.0.5 for supporting RoboVM 0.0.10. I tested my libgdx game with new plugin and an error was occurred, "Exception in thread "main" java.lang.NoSuchMethodError: org.robovm.cocoatouch.uikit.UIApplication.addStrongRef(Lorg/robovm/objc/ObjCObject;)V ". (I got the latest libgdx libraries and removed ~/.robovm/cache.) I couldn't find the cause of this error.

Thanks, Junji

badlogic commented 10 years ago

Thanks for the update!

Hm, not sure what's going on with the exception. Been working with the latest gdx sources and RoboVM all night and din't run into any issues. Will check it out tomorrow. On Mar 18, 2014 11:58 PM, "Junji Takakura" notifications@github.com wrote:

Hi,

Thank you for adopting my plugin. I released 0.0.5 for supporting RoboVM 0.0.10. I tested my libgdx game with new plugin and an error was occurred, "Exception in thread "main" java.lang.NoSuchMethodError: org.robovm.cocoatouch.uikit.UIApplication.addStrongRef(Lorg/robovm/objc/ObjCObject;)V ". (I got the latest libgdx libraries and removed ~/.robovm/cache.) I couldn't find the cause of this error.

Reply to this email directly or view it on GitHubhttps://github.com/jtakakura/gradle-robovm-plugin/issues/9#issuecomment-37999431 .

jtakakura commented 10 years ago

The above problem was solved to update pom.xml.

Thanks, Junji