Details
-
Bug
-
Resolution: Invalid
-
P1: Critical
-
None
-
Qt Creator 4.11.2, Qt Creator 4.12.0-rc1
Description
After updating iOS (currently iPadOS 13.4) QtCreator is unable to launch application on device. The application is compiled and deployed, and it does start if tapping manually from the hw, but Creator does not launch it after deploying. Output from Creator Application Output
09:15:41: Starting remote process.TransferAppSession(52e7b9b9ca560443a9ed95677533042f72f26729, /Users/qt/Qt_ios_online/Examples/Qt-5.14.2/widgets/mainwindows/build-application-Qt_5_14_2_for_iOS-Debug/Debug-iphoneos/application.app)Starting(Secure) service "com.apple.debugserver" on device 52e7b9b9ca560443a9ed95677533042f72f26729 failed, AMDeviceStartSecureService returned The service is invalid. (0xe8000022)no gdb connection09:15:42: Run ended.
I run Qt5.14.2 release tests before updating and then it worked fine, but I don't have the iPadOS version saved that I used.
If switching to iOS simulator build, all works fine, compiles, deploys and launches as before. Issue only with the hw.