Wrapper not found in ':ios'

There seems to be some bugs in the plugin, I’ll look into it soon. For now you can manually fix this by:

  1. Open the file .idea/gradle.xml, remove the entire GradleProjectSettings that has externalProjectPath set to your ios module:
    image
  2. (Optional) Remove the rootProject.name = xxxxx line (if there is one) from the settings.gradle file.
  3. Reopen the project in AS, and everything should be working properly.