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

前端 未结 9 2218
孤独总比滥情好
孤独总比滥情好 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: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

提交回复
热议问题