diff --git a/doc/qtcreator/images/qtcreator-build-settings-ios.png b/doc/qtcreator/images/qtcreator-build-settings-ios.png index 145731d1dd3..9afeed90ada 100644 Binary files a/doc/qtcreator/images/qtcreator-build-settings-ios.png and b/doc/qtcreator/images/qtcreator-build-settings-ios.png differ diff --git a/doc/qtcreator/images/qtcreator-ios-add-kit.png b/doc/qtcreator/images/qtcreator-ios-add-kit.png index b4312c6c3f0..08422ba56ec 100644 Binary files a/doc/qtcreator/images/qtcreator-ios-add-kit.png and b/doc/qtcreator/images/qtcreator-ios-add-kit.png differ diff --git a/doc/qtcreator/images/qtcreator-ios-device-configurations.png b/doc/qtcreator/images/qtcreator-ios-device-configurations.png index 6612e68597a..88e0d4d1506 100644 Binary files a/doc/qtcreator/images/qtcreator-ios-device-configurations.png and b/doc/qtcreator/images/qtcreator-ios-device-configurations.png differ diff --git a/doc/qtcreator/src/ios/creator-ios-dev.qdoc b/doc/qtcreator/src/ios/creator-ios-dev.qdoc index 203ab0ff126..d1e15e58b55 100644 --- a/doc/qtcreator/src/ios/creator-ios-dev.qdoc +++ b/doc/qtcreator/src/ios/creator-ios-dev.qdoc @@ -1,7 +1,7 @@ // Copyright (C) 2024 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only - /*! +/*! \previouspage creator-adding-docker-devices.html \page creator-developing-ios.html \nextpage creator-developing-mcu.html @@ -22,11 +22,12 @@ \section1 iOS 17 Devices - \QC detects iOS 17 devices, and you can deploy and run applications on them. + \QC detects iOS devices, and you can deploy and run applications on them. - However, \QC cannot access application output. Also, debugging and - profiling are not supported because of limitations of the Apple tool for - accessing devices with iOS 17, and later. + 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. \section1 Configuring Devices @@ -57,9 +58,9 @@ \li Start Xcode to configure the device. - For example, in Xcode version 7.3.0, select \uicontrol Window > - \uicontrol Device > \uicontrol + > \uicontrol {Add Device} to add - the connected device. + For example, in Xcode version 15, select \uicontrol Window > + \uicontrol Devices and Simulators > \uicontrol Devices > + \uicontrol + to add the connected device. \li To specify build settings: @@ -192,14 +193,4 @@ To delete the selected simulator, select \uicontrol Delete. - \section2 Checking Current Xcode Version - - To check the current Xcode version, enter the following command: - - \c {xcode-select --print-path} - - To change the version, enter the following command: - - \c {xcode-select --version} - */