Qt 5.2 B1 - iOS Simulator - Empty Widget Project throws EXC_BAD_ACCESS when not Retina x64
-
Hello,
I started Development with iOS. My first try was to compile a small application I wrote for encrypting files, without any change it runs perfectly on the iOS Simulator (Retina 3.5i, Retina 4i x64, iPad...).
But when I start a new project with an empty widget, the Simulator crashes immediately. Only the x64 Retina Simulator starts without the crash.
!http://kevin-olbrich.de/external-files/qt-forum/pic1.png(Pic)!
!http://kevin-olbrich.de/external-files/qt-forum/pic2.png(Pic)!
!http://kevin-olbrich.de/external-files/qt-forum/pic3.png(Pic)!What am I doing wrong?
Thanks.
-
Hi,
This sounds strange, could you test with a default widget application different names to see if it's reproducible ?
-
Hi,
App name: TestPrj09
iOS Sim Build Release Retina 4inch : crash
iOS Sim Build Release Retina 4inch x64 : worksApp name: TestPrj
iOS Sim Build Release Retina 4inch : works
iOS Sim Build Release Retina 4inch x64 : worksOkay, my first idea was wrong but I can definitely reproduce an instant crash when using numbers in the project name.
Qt iOS SDK is newest dmg-snapshot. Xcode version is 5.0.1 (5A2053) with iOS 7 Sim.
-
Just to be on the safe side, does the crash also happen if you create a non Qt project in Xcode ?
If not then, you should check to see whether it's known issue and open a bug report in the "bug report system":http://bugreports.qt-project.org
-
I checked it and built the page based template in Xcode with the project name "TestPrj01". No crash.
It could be the application identifier in the xcode project but I did not check this. Maybe someone with more experience should look at this issue.
I will open a bug when I get time for this.