Every time I install an Ad-hoc build to my device via Xcode->USB, the app freezes at splash screen. Even killing the app and restarting it doesn't work.
I have to Restart my phone to get it work.
I tried:
- deleting previously installed app
- deleting previous app and restarting phone before installing new ad-hoc build
- deleting provision profile. window-> Device & Simulators -> right click on my device-> show provision profile -> Delete previous provision profile.
--
Edit: I tried with disabling Debug mode for Ad-Hoc mobile provision, the installing took a long time. Seems like with Debug mode disabled, archiving(takes a lot of time-energy) happens before installing app in to phone.
I would go with debug-on and re-start to save time.