Doc: Improve iOS documentation

- make it clearer that the restrictions are only for iOS 17 devices
- refer to Xcode 15 instead of 7
- remove wrong and not very useful section for checking/changing Xcode
  version
- fix screenshots

Change-Id: I1d574ee775c6e1a9db1df8b60b6e5b8aa9dd057f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2024-03-20 09:56:07 +01:00
parent 6e4d5b8583
commit 3ad0f8900b
4 changed files with 9 additions and 18 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -1,7 +1,7 @@
// Copyright (C) 2024 The Qt Company Ltd. // Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*! /*!
\previouspage creator-adding-docker-devices.html \previouspage creator-adding-docker-devices.html
\page creator-developing-ios.html \page creator-developing-ios.html
\nextpage creator-developing-mcu.html \nextpage creator-developing-mcu.html
@@ -22,11 +22,12 @@
\section1 iOS 17 Devices \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 For iOS devices with iOS 16 or earlier, \QC also supports accessing the application
profiling are not supported because of limitations of the Apple tool for output, debugging, and profiling. However, these features are not supported for
accessing devices with iOS 17, and later. physical devices with iOS 17 or later because of limitations of the Apple tool for
accessing these devices.
\section1 Configuring Devices \section1 Configuring Devices
@@ -57,9 +58,9 @@
\li Start Xcode to configure the device. \li Start Xcode to configure the device.
For example, in Xcode version 7.3.0, select \uicontrol Window > For example, in Xcode version 15, select \uicontrol Window >
\uicontrol Device > \uicontrol + > \uicontrol {Add Device} to add \uicontrol Devices and Simulators > \uicontrol Devices >
the connected device. \uicontrol + to add the connected device.
\li To specify build settings: \li To specify build settings:
@@ -192,14 +193,4 @@
To delete the selected simulator, select \uicontrol Delete. 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}
*/ */