I am new to Multi-os engine.
When I am creating a new engine module ios, it is giving me error 'wrapper not found in ‘:ios’.
gradle versions:
classpath ‘com.android.tools.build:gradle:4.0.1’
wrapper:
distributionUrl=https://services.gradle.org/distributions/gradle-6.1.1-all.zip
Any help will be highly appreciated!
There seems to be some bugs in the plugin, I’ll look into it soon. For now you can manually fix this by:
Open the file .idea/gradle.xml
, remove the entire GradleProjectSettings
that has externalProjectPath
set to your ios module:
(Optional) Remove the rootProject.name = xxxxx
line (if there is one) from the settings.gradle
file.
Reopen the project in AS, and everything should be working properly.
Now, I have this issue when I click on run ‘ios’ I get, ‘Execution failed for task ‘:ios:moeMainDebugIphonesimulatorXcodeBuild’.’
Also, when I click on ios configuration the module is empty under project of ‘ios’
Please help
Thank you.
Can you try the solution mentioned here?
adding “arm64” to Project -> Build Settings -> Excluded Architecture for varients.
[Screen Shot 2020-09-26 at 12.53.44 am]
Make sure you are using the latest moe gradle plugin. Your project is created with an old MOE intellij plugin which by default uses an out-dated moe gradle plugin.
1 Like