简体   繁体   中英

Xcode 6 launch failed: timed out trying to launch app on iPad

Same basic problem as this one but all the fixes listed have not solved the issue for me. I've used a development provisioning file/cert but with no difference. (and it worked regardless on my iPhone 6)

Relevant facts:

1) iPad (ios 7.1) has over 2000 provisioning files, 99% of them autogenerated by Apple. I suspect this is causing the problem, but I can't figure out how to remove them all. I reset the data on the device, but once I tried to run the app again from Xcode it restored them all again.

2) The same app and same Xcode set-up work fine on my iPhone 6 (ios 8.1). None of the provisioning files get installed on the iPhone.

3) The app will run on the iPad, but just not with the debugger. It also takes very long to launch.

I'm stumped and would appreciate any suggestions.

I did figure out a way to get rid of the provisioning files, and that has cleared up the problem, at least for now.

To delete all the provisioning files at once do the following:

  1. Disconnect the device and turn on Airplane mode.

  2. Change the date on the device to a time past the last expiration date on the provisioning. Then, going to General->Profiles should show all the provisioning files as expired.

  3. Restart the device.

  4. Go to General->Profiles. In my case it still showed 2000+ installed but when I went in it only showed one (testflight webclip). Exit the profiles and it was reset to four. Refresh one more time and it said just the webclip.

  5. Reset time/airplane mode/reconnect.

At this point on my iPad, the correct number of profiles was downloaded and the app now loads from Xcode without any timeouts.

Also changing "Code Signing Identity" from "iOS Distribution" to "iOS Developer" worked for me.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM