Xcode Device Issue - Failed _shouldMakeReadyForDevelopment check even though device is not locked by passcode

后端 未结 14 695
谎友^
谎友^ 2021-02-05 00:02

Error and warnigs in devices and simulators Issue :

Details

Failed _shouldMakeReadyForDevelopment check even though device is not locked b         


        
14条回答
  •  梦谈多话
    2021-02-05 00:33

    I started getting the OP's error after updating my iPhone to iOS 13.5.1. Here is what worked for me to resolve the issue:

    1. Unpair the iPhone (as per answer from @Jeff above).
    2. Upgrade Xcode to latest, in my case 11.5 (which I believe is the first version of Xcode to support building to iOS 13.5.
    3. NEW: I launched Xcode after updating to 13.5 which prompted me to "Install additional required components" which I did. Xcode extra step after updating
    4. Reconnect/pair iPhone in Xcode's Devices window and Trust the computer.
    5. NEW: After pairing the iPhone make sure you check the "Connect via Network" checkbox for the newly paired iPhone. By default Connect via Network is unchecked. Important step after re-pairing device

    The "NEW" steps are not steps I've seen in previous answers, so I posted this answer.

提交回复
热议问题