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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to