Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode timed out waiting for app to launch

Tags:

Application get fail to launch in device having iOS 6.0 from xcode 4.5. Xcode says Application can't be launched timed out waiting for app to launch. I reset my all device settings. Cross checked if i choosed right provisioning. Yes, its right. here i am attaching image of console. Please help me out. enter image description here

like image 700
Ketan Shinde Avatar asked Oct 24 '12 11:10

Ketan Shinde


3 Answers

None of the above tips helped me. It turned out I was using my Distribution Profile instead of the Developer Profile in Debug mode. You can check the Profile you are using by going to Build Settings->Code Signing Entity.

Make sure you are using your Developer Profile in Beta and Debug mode.

like image 164
Taher Saeed Avatar answered Sep 24 '22 01:09

Taher Saeed


I had a similar issue when trying to debug an App with Ad-Hoc provisioning... Check which provisioning you're using, it seems ad-hoc provisioning cannot be used for debbuging.

like image 9
Ayaz Avatar answered Sep 20 '22 01:09

Ayaz


Whenever this happens to me, I have done the following to fix the problem:

  1. Stop the app from running in Xcode.
  2. Delete the app from the device (or Simulator).
  3. Select Product > Clean from the Xcode menu.
  4. Close Xcode.
  5. Close the Simulator (or restart the device).
  6. Restart your computer (yes I know this like a Windows solution but seriously).
  7. Try again.
like image 8
Kevin Zych Avatar answered Sep 24 '22 01:09

Kevin Zych