I occasionally got this failure message "The target application appears to have died" from iOS UIAutomation, i tried to dig out the root cause, but after lots of trying, still could not be able to find it, does anybody have this same problem as i do?
Asked
Active
Viewed 2,041 times
4
-
Maybe your application is *really* crashed? – MrTJ Mar 06 '12 at 09:05
-
Hi MrTJ, yes, i found out the problem, it was indeed crashed, thanks! – jianinz Mar 06 '12 at 14:27
2 Answers
2
Double check whether your application is not crashed due to some programming bug, low-memory condition or other reason.

MrTJ
- 13,064
- 4
- 41
- 63
0
It is possible that you have selected older version of the IOS simulator - for example 4.3.2 while your app is targetting 5.0 SDK.

mlepicki
- 391
- 2
- 11
-
Hi mlepicki, i actually profiled the connected ipad2 device, not using simulator. – jianinz Mar 14 '12 at 22:19