I’m still struggling with this and I’m hoping you can help. I have my build.gradle pointing to 1.4.4, but now I don’t get any response or feedback when I try to run the app. It just doesn’t run and the run toolbar icon becomes disabled after trying to run for the first time.
Afterwards, I need to quit Android Studio for the Run toolbar button to be enabled again, but it still doesn’t run.
From which version you updated from? If it’s from a pretty old version you may need to update your build.gradle to apply the new xcode project settings.
When I run System.getProperty(“moe.version”), I get 1.3.6
How can I upgrade to use the most current MOE Plugin? In Preferences->Plugins, the Multi-OS Engine Plugin’s “Update Plugin” menu choice (from right-clicking) is greyed out.
For me, Xcode 9.2, gradle 3.1.2, and MOE 1.4.4 still will not open the project in Xcode from MOE. Also, when I run System.getProperty(“moe.version”), I still get 1.3.6, though the gradle.build is set to use 1.4.4
Yes, I had done that. I discovered over the weekend that the reason my project was using MOE 1.3.6 was because I had a beta plugin repository defined in Android Studio. When I fixed that, the MOE plugin updated accordingly.
Then, to get MOE to open the project in Xcode properly, I had to downgrade to Android Plugin version 3.0.0 while using Gradle 4.2.1 (In Project Structure -> Project)