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

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

    My problem was building the application with a production provisioning profile. in my case, the solution was to switch to the development provisioning profile. Then it worked :)

提交回复
热议问题