Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode error: This device is no longer connected

Tags:

xcode

ios

iphone

While executing the project on an iPhone, I am getting an error while installing the project through Xcode:

This device is no longer connected.

Whereas I can see the device summary and a green dot if I open the Xcode organiser. What is the problem?

like image 401
Read Q Avatar asked Nov 09 '12 10:11

Read Q


2 Answers

Try quitting Xcode totally and reopening it.

like image 194
Mathew Varghese Avatar answered Oct 11 '22 17:10

Mathew Varghese


The answer is to restart your iPhone and Mac. By doing this your issue will be resolved. This you can try on any version of Xcode

The error comes only after trying to run the project many items, instead of solving the Provisioning Profile issues.

So, it's better to solve the basic error first, or else it will create another hectic problem.

like image 38
Kumar Avatar answered Oct 11 '22 15:10

Kumar