ios issues release build Qt 5.9, Xcode 8.3.3
-
have updated:
OSX 10.11.6 --> 10.12.5
Xcode 8.2 --> 8.3.3
iOS 10.2.1 --> 10.3.2
Qt 5.8 --> 5.9
Qt Creator 4.2 --> 4.3noticed a problem with iOS Release builds.
getting thousands of Issues:https://s25.postimg.org/wiv1sov4v/ios-release-issues.png
Debug build works well.
I'm using Kits without any changeswill open a Bug.
Do you know if this is a Qt Bug or a Qt Creator Bug ?has someone an idea HowTo get rid of these warnings ?
thx
-
with a little help from @Jake-Petroules:
here's HowTo avoid all these warnings.
Add into .proiOS { ... disable_warning.name = GCC_WARN_64_TO_32_BIT_CONVERSION disable_warning.value = No QMAKE_MAC_XCODE_SETTINGS += disable_warning
-
@ekkescorner found a way to disable this from Xcode Build Settings
https://s25.postimg.org/ev4imdndr/xcode_build_settings2.pngunfortunately a new build from Creator resets the value
-
with a little help from @Jake-Petroules:
here's HowTo avoid all these warnings.
Add into .proiOS { ... disable_warning.name = GCC_WARN_64_TO_32_BIT_CONVERSION disable_warning.value = No QMAKE_MAC_XCODE_SETTINGS += disable_warning