Closed ollyde closed 1 year ago
Not entirely sure what you're asking here. Since you need to use the latest ios sdk you need to use the current robovm version as well. Therefore you need to adjust your gradle file as described in the link you already found.
Or are you having any specific issues with this?
@davidgiga1993 I guess the easy way would be to make a new project and just copy/paste the code across :-)
This project of mine is building fine on iOS (and is migrated to Gradle Kotlin DSL). Feel free to take a look and copy from it.
I got the Apple warning yesterday, if we don't update our apps they will be taken off the store. We got an old game that still makes a bit of money and we'd like to keep it going.
It was built with RoboVM back in 2013, but was updated in 2017. We're not sure how to upgrade the project; the build script is like so:
But the modern way is very different?
https://github.com/MobiVM/robovm/tree/master/plugins/gradle
Any ideas here?