Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode5 Timeout Trying to launch App

I'm trying to run an app on my device, but I keep getting the timeout errors. I've tried everything else that is suggested. I've

  • Ensured the Provisioning profile is not an Ad Hoc or Distribution one

  • Cleaned many times

  • Reset Xcode just about every time

  • Deleted the app countless times

  • Cleaned provisioning profiles out from device.

But still nothing. If I set the Scheme to "Wait for Launch", I'm able to get the app to run.

like image 326
s73v3r Avatar asked Nov 02 '22 13:11

s73v3r


1 Answers

The issue is there in earlier Xcode versions as well.

Check this: Timed out waiting for app to launch

like image 194
thar_bun Avatar answered Nov 08 '22 03:11

thar_bun