I sometimes run my MOE project from Xcode and sometimes from IntelliJ, depending on which part I want to debug.
When I run from Xcode everything is fine.
But from IntelliJ the app stuck on the launch screen and the console says “waiting for debugger to connect”.
Just to double check: are you running MOE 1.2.4 SDK and the MOE 1.2.1 IntelliJ plugin with Xcode 8.1?
Did you do any customization to your app startup in Xcode (e.g. hardcoded the JDWP debug port so you can connect to it from IntelliJ after starting from Xcode)?
Does this happen every time you try to start the app from IDEA? During our testing we did see this very rarely (1-2 times in total), but after retrying it always worked.
Can you share us the IDEA log (Help -> Show Log in Finder)?
Sorry for replying so late, I was busy with other stuff and didn’t notice your reply.
Yes, these are the correct versions, although we are using 1.2.+ , like in your sample, in our gradle script so I’m not sure which exact minor version it is taking.
I didn’t do any customization in app startup in Xcode.
We didn’t get much from this log, but the good news is that now on one of our developers’ machine we could reproduce the issue, so we can work on a fix.
Sometimes it causes the entire phone to be stuck on the app launcher, it doesn’t even respond to home button presses, like what happens to some of our customers in this bug:
about how much time does it take for IDEA to upload the app onto your device and then launch it? A console in IDEA should appear when this starts to happen. Could you please measure it?