I'm trying to use the record feature in UIAutomation
that only works on Simulator 5.0.
When using UIAutomation
on Simulator 4.3, it runs perfect. When running my app from Xcode on Simulator 5.0 it runs perfect. This rules out the possibility that the app itself is crashing.
I tried resetting the simulator through Reset Content and Settings
. I tried selecting the target from the "Derived Data" folder of my app, or from the simulator Application folder, nothing worked.
Any ideas?