Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode - failed to get reply to handshake packet

When I make a build, the build is installed in the device but XCode is giving this error:

"failed to get reply to handshake packet"

and it won't launch the game, so I'm not able to see the console for debugging. The game runs fine if I manually start it in the device. I need the see the console for debugging.

My XCode version is 5.1 iOS version in the device is 7.1 (iPod Touch 5th gen) Unity is 4.3.3

I really appreciate any solution from you guys.

Thanks in advance.

like image 218
Sailendu Avatar asked Mar 18 '14 07:03

Sailendu


4 Answers

This might be a bit late for the op, but I found that my problem was caused by having my app running manually on the device. It seems that if you launch the app on the device then xcode can't connect to the process and the handshake error is reported.

like image 127
Randy Layman Avatar answered Oct 17 '22 00:10

Randy Layman


I know it's a late answer, but in my case a simple Clean command solved the problem.

like image 28
Fabio Berger Avatar answered Oct 17 '22 00:10

Fabio Berger


Cmd+Shift+K solved my issue.

This combination actually cleans the build folder. This way the next build will be fresh and will remove any issues in the previous build(s).

like image 5
ceekay Avatar answered Oct 16 '22 23:10

ceekay


Restart of the device solved the problem for me

like image 3
Tal Haham Avatar answered Oct 16 '22 23:10

Tal Haham