Slow app launch time after updating to iOS 14 and Xcode 12

前端 未结 9 2206
孤独总比滥情好
孤独总比滥情好 2020-12-13 03:29

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

相关标签:
9条回答
  • 2020-12-13 04:25

    Delete ~/Library/Developer/Xcode/iOS DeviceSupport/ and unpair/pair device doesn't work for me.

    Click Edit Scheme of the project target, select Run phase row, and uncheck Debug executable below the Info tab, this solved my problem.

    0 讨论(0)
  • 2020-12-13 04:26
    1. Unpair your phone from Xcode

      Launch Xcode with your phone not plugged in

    • plug your phone in

      under devices in Xcode, unpair your phone

    1. stop Xcode
    2. run these rm -rf ~/Library/Developer/Xcode/iOS\ DeviceSupport rm -rf ~/Library/Developer/Xcode/iOS\ Device\ Logs rm -rf ~/Library/Developer/Xcode/DerivedData
    3. start Xcode
    4. plug phone-in
    0 讨论(0)
  • 2020-12-13 04:28
    1. In the XCode menu, Go to Product > Scheme > Edit Scheme
    2. Open the Info tab
    3. Uncheck the Debug executables checkbox

    1. Close the Window.
    2. Run the app and see the difference.
    0 讨论(0)
提交回复
热议问题