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

后端 未结 14 704
谎友^
谎友^ 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:39

    None of the above worked for me. With iOS 14.0.1 and XCode 12.0.1. I suspected it is an Apple bug with wireless communication to-from the device. Since my iPhone can be used as a hot spot for my Mac, I found that once I used my iPhone as a hotspot from my Mac, XCode was able to upload the App binary to my iPhone and debug.

    So I'd say if nothing else works then try to use your iPhone as a hotspot for your Mac, and then you should be able to wirelessly debug.

提交回复
热议问题