Hi, starting with Xcode 13, I began to increasingly encounter various problems launching watchOS apps on the device. This became especially pronounced with Xcode 14.
The most common mistakes:
Watch has not finished loading development services (infinity loading)
Unable to install "App BPM" -402653172 watch The operation timed out. (The most frequent case)
The run destination iPhone is not valid for Running the scheme ‘App BPM'. (Waiting for first unlock) (when Unlocked)
The run destination iPhone is not valid for Running the scheme ‘App BPM'. (Enable developer mode) (when Enabled)
The run destination iPhone is not valid for Running the scheme ‘App BPM'. (Apple Watch needs to connect to determine its availability. Check the connection between the device and its companion iPhone, and the connection between the iPhone and Xcode. Both devices may also need to be restarted and unlocked.) (When connected)
Sometimes it helps (and sometimes it doesn't help):
Reboot Mac
Reload Xcode
Unpair iPhone device
Reboot iWatch and iPhone devices
Please tell me a way to get rid of the errors that I listed above.
At this point, I spend >60% of my time running app and the rest developing it.