-
Bug
-
Resolution: Fixed
-
P0: Blocker
-
None
-
6.11.0 FF
-
None
-
-
4ab1e09c0e86f02b8e9a6aaffbad732620bbb7ea
/Users/qt/work/qt/qtdeclarative/src/quickcontrols/ios/qquickiostheme.mm:40:43: error: receiver 'UITraitCollection' is a forward class and corresponding @interface may not exist [-Werror,-Wreceiver-forward-class] UITraitCollection *traitCollection = [UITraitCollection traitCollectionWithUserInterfaceStyle:style]; ^~~~~~~~~~~~~~~~~ /Applications/Xcode15.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:8: note: forward declaration of class here @class UITraitCollection; ^ /Users/qt/work/qt/qtdeclarative/src/quickcontrols/ios/qquickiostheme.mm:40:61: error: class method '+traitCollectionWithUserInterfaceStyle:' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access] UITraitCollection *traitCollection = [UITraitCollection traitCollectionWithUserInterfaceStyle:style]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 errors generated.
Details: https://testresults.qt.io/coin/integration/qt/qtdeclarative/tasks/1755845264
Tested changes (refs/builds/qtci/dev/1755842692):
https://codereview.qt-project.org/c/qt/qtdeclarative/+/665708/15 QQ4A: Allow QML functions to be called from Java
https://codereview.qt-project.org/c/qt/qtdeclarative/+/670180/2 Update dependencies on 'dev' in qt/qtdeclarative