Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error launching remote program: launch or suspend in progress

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?

like image 690
Robert Avatar asked Feb 25 '13 15:02

Robert


2 Answers

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?

like image 160
Oliver Pearmain Avatar answered Nov 04 '22 21:11

Oliver Pearmain


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.

like image 20
barndog Avatar answered Nov 04 '22 22:11

barndog