From cb341c18cf2d3ddc1b1978b8e138f7c545b4633b Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 13 Jan 2025 14:30:24 +0100 Subject: [PATCH] Doc: Update info about debugging on iOS Task-number: QTCREATORBUG-32016 Change-Id: I88cd62912bcf4993cdb97f5a32787b86571eee88 Reviewed-by: Eike Ziller --- doc/qtcreator/src/ios/creator-ios-dev.qdoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/qtcreator/src/ios/creator-ios-dev.qdoc b/doc/qtcreator/src/ios/creator-ios-dev.qdoc index e465b035617..168878cb65f 100644 --- a/doc/qtcreator/src/ios/creator-ios-dev.qdoc +++ b/doc/qtcreator/src/ios/creator-ios-dev.qdoc @@ -23,10 +23,8 @@ \QC detects iOS devices, and you can deploy and run applications on them. - For iOS devices with iOS 16 or earlier, \QC also supports accessing the application - output, debugging, and profiling. However, these features are not supported for - physical devices with iOS 17 or later because of limitations of the Apple tool for - accessing these devices. + Only C++ debugging is supported for devices with iOS 17 and later, and it + requires Xcode 16 or later. \section1 Specifying Supported iOS Versions