I’m trying to start the ios emulator in my app (from a Mac), but when I go to edit configurations, the “Project module” tab is empty and doesn’t have any option attached. When I click “OK”, it states “Invalid data: please select a module”.
So I tried creating a new app from zero, following the Getting Started tutorial from this website. That time it worked, I could start the ios module and the emulator.
Then I tried with one of the sample apps provided by this website, and it gave me the same problem, I could not select the ios module:
My graddle version is 3.0.1, Java 1.8… app runs perfectly on Android. Thanks in advance for your answers!