Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
Qt Creator 3.0.0-rc1
-
None
Description
Reproducing this issue is pretty hard to do. I can't give instructions that reliably lead to the broken behavior. Nevertheless, I faced the issue several times so there really has to be a problem. Maybe you are lucky and can reproduce it with the following procedure:
- Start Creator and connect an iOS device.
- Create a new project.
I used a Qt Widget Application project. - Run this project on the device.
You might need to use a release configuration to make it even build. - While the application is running, stop it or disconnect it from Creator in one of the following ways:
- Go to Application Output view and click the red "Stop" button.
- Go to Application Output view, close the tab and click "Force quit".
- Disconnect the device by pulling out the cable and reconnect the device.
- Press the device's front button
- Double-tap the device's front button and kill the app by swiping it to the top of the screen.
- Repeat step 4 until the application can't be started anymore.
Once this failed at my first try. In other cases I could repeat the procedure for ten or more times without any trouble. - Try starting any application directly on the device.
Doesn't work. - Try double-tapping the device's front button to get to the list of running applications.
Nothing will happen. - Turn off the device.
- Try Turn to turn on the device.
Nothing will happen. - To reanimate your device, keep the power button and the front button pressed until it reboots.
Stopping an application should not do any harm. Sorry that I can't nail the reproduction down more precisely.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-15380 Debugger: iOS: Cannot stop debugging on device (without closing QC)
- Closed