Lost connection to iPhone 6. When I first launch my iOS app in xcode6

I use Xcode6.0.1, I run my application for the first time in an iOS simulator, after which I received the following error message

Reconnect with โ€œiPhone 6โ€ and run โ€œAPPNAMEโ€ again, or if โ€œAPPNAMEโ€ is still working, you can connect to it by choosing Debug> Join Process> APPNAME.

How to solve this problem?

Screenshot for error

+7
ios objective-c iphone xcode6
source share
7 answers

This is a known issue and should be mentioned in the release notes. Currently, the only workaround is to try again. I'm sorry. = /

+1
source share

You can select "Debug" in the menu bar and select "Attach" for processing and select iOS Simulator. It worked for me.

+1
source share

Reset the contents and settings of the simulator and run the simulator again.

It worked for me.

Hope this helps someone else as well.

0
source share

This happens less frequently in Xcode 6.1 compared to the beta version of Xcode 6. The only solution is to restart the project . This seems like a bug and could be fixed in an upcoming version of Xcode 6.2.

This is saved in Xcode 6.2.

0
source share

Stop projects and run them, after which you will find a solution

0
source share

Just run the simulator and restart the project to work.

0
source share

deleting the same name of an existing project and restarting the project means that if you run the helloworld project, then delete the helloworld project from the device, if you run it in the past and then restart the project again.it worked for me.

0
source share

All Articles