summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/src/external-resources.qdoc5
-rw-r--r--doc/src/platforms/ios.qdoc13
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/src/external-resources.qdoc b/doc/src/external-resources.qdoc
index 1ed9f8d20..2b22a60ea 100644
--- a/doc/src/external-resources.qdoc
+++ b/doc/src/external-resources.qdoc
@@ -684,6 +684,11 @@
*/
/*!
+ \externalpage https://gitlab.kitware.com/cmake/cmake/-/issues/23734
+ \title CMake iOS archiving failure issue
+*/
+
+/*!
\externalpage https://doc.qt.io/QtAndroidAutomotive/
\title Qt for Android Automotive
*/
diff --git a/doc/src/platforms/ios.qdoc b/doc/src/platforms/ios.qdoc
index a0aaf54c1..50519bc57 100644
--- a/doc/src/platforms/ios.qdoc
+++ b/doc/src/platforms/ios.qdoc
@@ -719,4 +719,17 @@
\section1 Symbol visibility warnings
\include apple-hidden-symbols.qdocinc
+
+ \section1 Product archiving issue with CMake
+
+ Due to an issue in \l{CMake iOS archiving failure issue}{CMake}, trying to create a product
+ archive with an iOS application may fail.
+
+ This can happen both when trying to create the archive in Xcode using the
+ Product -> Archive menu item, or from the command line using \c {xcodebuild -archivePath}.
+
+ The error message might reference undefined symbols or non-existent file paths.
+
+ To work around the issue, make sure to manually rebuild the project before trying
+ to create an archive.
*/