Reputation: 191
I have a UI test suite that I am trying to run on device. But XCode always reports an error
Things I have already tried:
Is anyone is also having such issue? Please help.
Upvotes: 2
Views: 1327
Reputation: 99
I faced the same problem.Then i followed the below steps.
1.clean xcode
2.delete derived data
3.switch off and on iphone.
4.Build & Test it.
It worked for me.
Upvotes: 2
Reputation: 1376
I had the same problem and I have a little faster solution:
Hold power button till shutdown bar appears, then hold main front button (approx. 10s - till shutdown bar disappears). It should clear iPhone RAM.
Upvotes: 1