19

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?

bneely
  • 9,083
  • 4
  • 38
  • 46
Or Arbel
  • 2,965
  • 2
  • 30
  • 40

1 Answers1

1

Sometimes it happens that the old code is still alive.

  1. Try to clean your project by clicking on menu Product --> Clean or Command-Option-Shift-K
  2. close x-code and clean data from ~/Library/Developer/Xcode/DerivedData manually.
JMP
  • 4,417
  • 17
  • 30
  • 41
informatiker
  • 2,769
  • 4
  • 17
  • 13