I noticed that the launch time of my app has increased significantly (it takes a full minute now vs seconds before) since updating my device to iOS 14 and using Xcode 12. I tried several Xcode 12 betas and ran the app in the simulator with no issues, however the public releases seem to bring this issue.
I tested several of my apps and they all face this issue. Running the app again (without Xcode) is instant, even after restarting the device.
To be clear, I'm not talking about build time here, this is the time it takes the app to start after the splash screen shows up and Xcode's status is 'Running on iPhone'
Has anyone else experienced this issue or could it be something related to my machine?
I have the same problem, but solved this by doing the following things:
For simulators running iOS 14, delete folders inside ~/Library/Developer/Xcode/iOS DeviceSupport/
(folder's name started with "14").
For devices running iOS 14, select Xcode window
tab, click Devices and Simulators
, find your device, right-click to unpair the device
After doing the work, re-run your app, everything should be ok.
References: