Qt 6.6 Known Issues: Difference between revisions
Jump to navigation
Jump to search
(Add -no-gui failure) |
No edit summary |
||
Line 10: | Line 10: | ||
==macOS== | ==macOS== | ||
* Due to changes in notarization from XCode 13 onwards, macOS debug information files are delivered as part of the online installer only and installed automatically. | |||
==Windows== | ==Windows== | ||
Line 18: | Line 20: | ||
==iOS== | ==iOS== | ||
* Deploying and running applications on iOS 17 devices via Qt Creator is currently unsupported, due to [https://bugreports.qt.io/browse/QTCREATORBUG-29682 changes] the underlying Apple libraries used to communicate with the device. As a workaround, open the Xcode project generated by Qt Creator and run and debug the application via Xcode. | *Deploying and running applications on iOS 17 devices via Qt Creator is currently unsupported, due to [https://bugreports.qt.io/browse/QTCREATORBUG-29682 changes] the underlying Apple libraries used to communicate with the device. As a workaround, open the Xcode project generated by Qt Creator and run and debug the application via Xcode. | ||
==WebAssembly== | ==WebAssembly== |
Revision as of 08:36, 9 October 2023
- Check that your system meets Qt's requirements
- All open issues can be found from Jira
- RTA findings here
- Supported development platforms are listed here
All platforms
Building Qt from sources with -no-gui fails in qtspeech (QTBUG-117824)
Linux
macOS
- Due to changes in notarization from XCode 13 onwards, macOS debug information files are delivered as part of the online installer only and installed automatically.
Windows
Android
iOS
- Deploying and running applications on iOS 17 devices via Qt Creator is currently unsupported, due to changes the underlying Apple libraries used to communicate with the device. As a workaround, open the Xcode project generated by Qt Creator and run and debug the application via Xcode.