Details
-
Bug
-
Status: Closed
-
P3: Somewhat important
-
Resolution: Incomplete
-
5.9.0
-
None
-
None
-
macOS 10.12.5
Xcode 8.3.3
iOS 10.3.2
Qt 5.9
Qt Creator 4.3
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 jakepetroules 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