4

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?

nschum
  • 15,322
  • 5
  • 58
  • 56
jianinz
  • 163
  • 1
  • 11

2 Answers2

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