[Interest] Qt 5.5.0 OSX Simulator fail

Robert Iakobashvili coroberti at gmail.com
Fri Jul 31 13:50:42 CEST 2015


On Fri, Jul 31, 2015 at 4:27 AM, mark diener <rpzrpzrpz at gmail.com> wrote:
>
> Hello List & IOS Maintainer Tor Arne:  (tor.arne.vestbo at theqtcompany.com)
>
> I would like to suggest some hard lessons learned today.
>
> I upgraded to 5.5.0 and was primarily getting my code running on OSX to make sure it basically worked.  I could then deploy to IOS Simulator/IOS and android to validate the code worked there.
>
> I tried using Qt 5.5.0 on Yosemite 10.10.2 and Xcode 6.1.1 / 6.2 but that turned out to be a disaster.
>
> When I moved back to Qt 5.4.2, I gained IMMEDIATE relief.  All of the strange xcodebuild errors went away.
>
> The basic project I tried for HOURS to get running on IOS and IOS simulator
> under Qt 5.5.0/Xcode 6.1.1 immediately WORKED on Qt 5.4.2 on Xcode 6.1.1
>
> So I went to start looking at the CI system with an eye for knowing what combinations of OSX, Qt 5.x.x, and Xcode 6.x are safe combinations
> and which are explosive.
>
> https://wiki.qt.io/CI_Configurations
> http://testresults.qt.io/qtmetrics/metricspageci.php
>
> What I found was that the CI system is only running OSX Mavericks and I was not able to determine what sort of simulator or IOS device tests were being run.
>
> Maybe the IOS maintainer and the Continuous Integrator CI maintainer might allow me to make sense of which combinations of Xcode/OSX/Qt/IOS are best kept together.
>
> I know the upcoming patch of Qt 5.5.1 for Windows 10 support is a good pairing, but what is a good XCode to pair with Qt 5.5.1?
>
> Cheers,
>
> md


Dear Marc,
I can say what works for me:

Qt-5.4.2 at:

a) 10.10.4 and Xcode-6.4

b) 10.9.2 and Xcode-6.2

Configuring and compiling separately for iphoneos and for
iphonesimulator targets:

xplatform macx-ios-clang -sdk <target>


There are several people on the list using 5.5.0 with some patches, my guess,
but I'm failing to find a reason to go 5.5 in meanwhile.

Take care,

Kind regards,
Robert



More information about the Interest mailing list