[Interest] Qt 5.4.1 crashes on iOS 5.1

Stephane Clavel stephane at virtualdj.com
Tue Jun 9 05:49:03 CEST 2015


By default, Qt on iOS creates projects with 5.1.1 compatibility (which is
the minimum version required to be compatible with iPad 1).

However, the current Qt 5.4.1 crashes on iOS 5.1, with a
"[QIOSViewController shouldAutorotate]: unrecognized selector sent to
instance" error.
(reproduced with unmodified examples from the QtCreator example list)

As such, applications can get rejected from AppStore.

So you should either:
1 - change QtCreator to generate XCode projects with compatibility set to
iOS6
or
2 - fix the crash so that Qt applications can run on iOS 5.1

(obviously, solution 2 would be better, since it would allow people to
create applications that run on iPad 1)


Thank you,
__
Stephane
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20150609/4d61323a/attachment.html>


More information about the Interest mailing list