xcode15 keeps showing that it is connecting to iOS17 real machine problem solved

Preface

After updating to xcode15, various error reporting problems appeared. It can be said that I was fighting monsters all the way. After solving one error reporting problem, another one appeared. Unexpectedly, there would be a problem in the endIt always shows that it is connecting to the real iOS17 device

The problem that it keeps showing that it is connecting to the real iOS 17 device

The screenshot of the problem is as follows:
Insert image description here

Solution
1.
  • Open Devices and Simulators, check, and find that the current real machineis always connecting, and the defaultconnect via network is always checked and cannot be unchecked

Insert image description here

  • Finally I found that my network had VPN enabled.After trying to turn off VPN, I found that the problem was finally solved
2.
  • Click the Show run destination option and select Always
3.
  • Update the latest iphone17 Simulator, about 7.2GB. After updating, this problem will disappear

Guess you like

Origin blog.csdn.net/qq_20255275/article/details/133985066