简体   繁体   English

Xcode 错误:即使设备未被密码锁定,_shouldMakeReadyForDevelopment 检查也失败

[英]Xcode Error: Failed _shouldMakeReadyForDevelopment check even though device is not locked by passcode

I encountered an error while trying to test my iOS App on a Physical Device via WiFi (no cable connection!)尝试通过WiFi在物理设备上测试我的 iOS 应用程序时遇到错误(无电缆连接!)

Here are the error message & the error description这是错误消息错误描述

Failed _shouldMakeReadyForDevelopment check even though device is not locked by passcode.即使设备未被密码锁定,_shouldMakeReadyForDevelopment 检查也失败。

allowsSecureServices: 1. isConnected: 0. Platform: DVTPlatform:0x7f9d3df95a50:'com.apple.platform.iphoneos':<DVTFilePath:0x7f9d3df959d0:'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform'>. allowSecureServices:1.isConnected:0.平台:DVTPlatform:0x7f9d3df95a50:'com.apple.platform.iphoneos':<DVTFilePath:0x7f9d3df959d0:'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform'>。 DTDKDeviceIdentifierIsIDID: 0 DTDKDeviceIdentifierIsIDID: 0

错误的图像

Does anyone of you have an idea what causes this error and how to fix it?你们中有人知道导致此错误的原因以及如何解决吗? Thanks for your help in advance!提前感谢您的帮助!

try to 1- unpair device尝试 1- 取消配对设备
2- pair again using the cable 2-使用电缆再次配对
3- make sure to set connect via network as picture below 3-确保设置通过网络连接如下图
4- try to run now 4-尝试立即运行

connect via network通过网络连接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM