Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Incomplete
-
Affects Version/s: 5.9.0
-
Fix Version/s: None
-
Component/s: QML: Declarative and Javascript Engine
-
Labels:None
-
Environment:macOS 10.12.5
Xcode 8.3.3
iOS 10.3.2
Qt 5.9
Qt Creator 4.3
-
Platform/s:
Description
Debug Builds are ok
Release Builds gives me thousands of warnings (see attached screenshot)
In Xcode I can manually disable the warnings, but next time Qt is building a release they're back
thx Jake Petroules (DO NOT ASSIGN ISSUES) I found a way to suppress these warnings:
ios { ... disable_warning.name = GCC_WARN_64_TO_32_BIT_CONVERSION disable_warning.value = NO QMAKE_MAC_XCODE_SETTINGS += disable_warning ... }
under 5.8 / Xcode 8.2 I never had this problem