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
I have the same problem, but solved this by doing the following things:
For simulators run iOS14, delete folders inside ~/Library/Developer/Xcode/iOS DeviceSupport/
(folder's name started with 14.0).
For devices run iOS14, 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: