Details
-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
None
-
6.4.2
-
macOS 13.1, XCode 14.2
Description
The following note is output when building any app (below is Analogclock example) with Qt6.4.2 for iOS.
... note: Run script build phase 'Generate CMakeFiles/analogclock_autogen' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'analogclock_autogen' from project 'analogclock') note: Run script build phase 'Generate CMakeFiles/ALL_BUILD' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'ALL_BUILD' from project 'analogclock') note: Run script build phase 'Generate CMakeFiles/ZERO_CHECK' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'ZERO_CHECK' from project 'analogclock') ...
To reproduce, please build any Qt app.
The output can be seen in Compile Output of Qt Creator.