xcode 15.2 连接iphone 15真机提示 is not available because it is unpaired
鼎哥小视界
编辑于 2024年01月16日 00:16
收录于文集
共15篇

故障表现:

使用xcode 15.2连接iphone 15 pro进行调试程序时,出现iPhone 15 is not availablebecause it is unpaired,Pair with the device in the XcodeDevices Window, and respond to anypairing prompts on the device.

iphone 15 pro出现的问题

问题解决方法:

1:退出XCode,断开设备连接

2 :在终端执行

代码块
Shell
自动换行
复制代码
sudo pkill usbmuxd
复制成功

3 :重新打开xcode连接手机问题解决