Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App suddenly will not run on device

Tags:

xcode

I have been running an app on my ipod that I've been developing for a while now and all of a sudden it won't run. I haven't changed xcode or macos; I've deleted the derived data folder; I've restarted the device, computer and xcode and cleaned.

The error I'm getting is: "could not start debugserver on MyDevice when trying to launch My.app"

My provisioning profile and device are green. I can't understand what I could possibly have changed.

Any ideas?

Thanks.

like image 573
Naseiva Khan Avatar asked Oct 11 '12 02:10

Naseiva Khan


People also ask

Why is my app suddenly stopped working?

Sometimes, the accumulated cache data of an app can cause it to stop working. When such a thing happens, you need to reset the cache data from the device settings. So, if individual Android apps are not working on your phone, another solution to fix it is by clearing the app's cached data.


1 Answers

Restart Xcode and the device and you should be fine.

like image 80
Scott Berrevoets Avatar answered Sep 28 '22 00:09

Scott Berrevoets