16

I'm suddenly getting this error when launching my app on an actual device but not on the simulator, where it appears to run fine.

I've tried deleting the app from the iPad. I've also tried clearing out ~/Library/Developer/Xcode/DerivedData as suggested in questions on here for similar (but not identical) error messages.

Anyone have any other ideas?

Robert
  • 5,278
  • 43
  • 65
  • 115

2 Answers2

30

When I've had this its normally because the iPad's locked up (and not because of anything on my Mac). Have you tried rebooting the iPad by holding the power and home buttons?

Oliver Pearmain
  • 19,885
  • 13
  • 86
  • 90
2

It's probably happening because you interrupt a build that's going on. To fix it, clean your project and re-run it. If your device is still stuck, then do a hard reboot.

barndog
  • 6,975
  • 8
  • 53
  • 105
  • 2
    Cleaning the build does nothing when the device gets locked up like this. Hard reboot fixes the symptom. Apple needs to fix the actual problem. – ryan0 Oct 01 '13 at 18:21