Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.6.0 Beta
-
None
-
iOS 8.x
-
-
ca7f1d2197f78ec3332cfd86ab9921730b6d4f23
Description
Steps to reproduce the problem:
1 Install Qt 5.6 beta on a Mac running El Capitain and Xcode 7.2
2 In Qt Creator, create a new QtQuick project for Qt 5.5
3 Build the app
4 Connect an iOS device e.g. iPad Mini2 running iOS 8.1.1
5 Launch the app on the device
6 Observe the following in the Application Output window:
Starting remote process.
QML debugging is enabled. Only use this in a safe environment.
2016-01-25 17:12:57.506 tryit56[346:47073] -[UITraitCollection forceTouchCapability]: unrecognized selector sent to instance 0x156414b0
program received signal -111, thread:b7e1;qaddr:37ad8ad0;00:00000000;01:00000000;02:ffffffff;03:00000000;04:00000000;05:b1f9af00;06:02000000;07:b03a0e02;08:e0c46415;09:02000000;0a:2409f02a;0b:04c56415;0c:8c68dd00;0d:603a0e02;0e:57083f00;0f:f6c43f00;10:30000040;metype:1;mecount:2;medata:1;medata:0;
program received signal -111, thread:b7e1;qaddr:37ad8ad0;00:00000000;01:00000000;02:ffffffff;03:00000000;04:00000000;05:b1f9af00;06:02000000;07:b03a0e02;08:e0c46415;09:02000000;0a:2409f02a;0b:04c56415;0c:8c68dd00;0d:603a0e02;0e:57083f00;0f:f6c43f00;10:30000040;metype:1;mecount:2;medata:1;medata:0;
program received signal -111, thread:b7e1;qaddr:37ad8ad0;00:00000000;01:00000000;02:ffffffff;03:00000000;04:00000000;05:b1f9af00;06:02000000;07:b03a0e02;08:e0c46415;09:02000000;0a:2409f02a;0b:04c56415;0c:8c68dd00;0d:603a0e02;0e:57083f00;0f:f6c43f00;10:30000040;metype:1;mecount:2;medata:1;medata:0;
program received signal -111, thread:b7e1;qaddr:37ad8ad0;00:00000000;01:00000000;02:ffffffff;03:00000000;04:00000000;05:b1f9af00;06:02000000;07:b03a0e02;08:e0c46415;09:02000000;0a:2409f02a;0b:04c56415;0c:8c68dd00;0d:603a0e02;0e:57083f00;0f:f6c43f00;10:30000040;metype:1;mecount:2;medata:1;medata:0;
program received signal -111, thread:b7e1;qaddr:37ad8ad0;00:00000000;01:00000000;02:ffffffff;03:00000000;04:00000000;05:b1f9af00;06:02000000;07:b03a0e02;08:e0c46415;09:02000000;0a:2409f02a;0b:04c56415;0c:8c68dd00;0d:603a0e02;0e:57083f00;0f:f6c43f00;10:30000040;metype:1;mecount:2;medata:1;medata:0;
program received signal -111, thread:b7e1;qaddr:37ad8ad0;00:00000000;01:00000000;02:ffffffff;03:00000000;04:00000000;05:b1f9af00;06:02000000;07:b03a0e02;08:e0c46415;09:02000000;0a:2409f02a;0b:04c56415;0c:8c68dd00;0d:603a0e02;0e:57083f00;0f:f6c43f00;10:30000040;metype:1;mecount:2;medata:1;medata:0;
hit maximum number of consecutive signals, stopping
Run ended.
Note: The same is not true in Qt 5.5.1 with the same OS, Xcode and iPad Mini2. That app builds and runs succesfully.