skip to Main Content

Using Xcode to build and deploy the app to my watch, this is what I get:

“Waiting to reconnect to Apple Watch. Previous preparation error: Transport error." And then “Connecting to Apple Watch. Xcode will continue when the operation completes.”
And these messages continue to switch between each other.

Sometimes the watch to connect and the application starts, but more often a scenario occurs with endless reconnection.

I’m using: MacOS 14.4.1 (MacBook Pro 2019; 1.4 GHz Quad-Core Intel Core i5), Xcode 15.3, Watch OS 10.2 (Apple Watch SE 1), iOS 17.1.1 (iPhone 15 Pro).

Any help?

Methods I tried:
Connecting Macbook, iPhone and Watch to the same WIfi network;
Disabling Watch (and IPhone) from the "Devices and Simulators" menu and setting up Watch (and IPhone) from the beginning.

2

Answers


  1. For me, this always works in the case of Transport Error:

    1. Quit Xcode
    2. Reconnect to the wifi
    3. Start Xcode, run your app on the watch target, and it should run normally.
    Login or Signup to reply.
  2. For me, it even works without quitting Xcode. Just turn off wifi and turn it on again, the Transport error will automatically dissappear and you can continue with debugging.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search