Am 11.10.16 um 08:27 schrieb Eike Ziller:
>> On Oct 11, 2016, at 08:20, ekke <[email protected]> wrote:
>>
>> Am 11.10.16 um 08:16 schrieb Eike Ziller:
>>>> On Oct 10, 2016, at 19:22, ekke <[email protected]>
>>>> wrote:
>>>>
>>>> Hi,
>>>>
>>>> I'm having some problems with iOS Release Build of Qt World Summit
>>>> Conference App (see interest list)
>>>>
>>>> • Qt 5.7
>>>> • QtC 4.1.0
>>>> • Xcode 8
>>>> • iOS 10
>>>> Debug Build went fine - app is running on iPhone and iPad from Qt Creator
>>>>
>>>> Release Build fails - but only for this project - other projects run
>>>> perfect as debug and as release.
>>>>
>>> Fails to build? Or fails to run from Qt Creator?
>> fails to build:
>>
>> === BUILD AGGREGATE TARGET Qt Preprocess OF PROJECT c2gQtWS_x WITH
>> CONFIGURATION Release
>> ...
>> ASSERT: "
>> endptr - target.data() <= length - eSign -1
>> " in file ../../corelib/tools/qlocale_tools.cpp, line 227
>> make[1]: *** [.qtquickcompiler/qml_main_qml.cpp] Abort trap: 6
>> Command /bin/sh failed with exit code 2
> That’s a crash in Qt Quick Compiler, which looks like it is
> https://bugreports.qt.io/browse/QTBUG-54482
Eike, you saved my day :)
looked at the bugreport and immediately know the reason and fixed it:
Timer{
id:autoVersionCheckTimer
interval:3600000//60*60*1000
repeat:false
onTriggered:{
appWindow.doAutoVersionCheck()
}
}
just build release, uploaded to AppStore and added build to TestFlight
thx
ekke
>> ** BUILD FAILED **
>>
>> only happens with release build, not with debug build
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator