WatchKit Error with "no symbols for paired Apple watch" watchOS 3.1

debugging, swift3, watchos-3, xcode8

Solution

Just ran into this issue with Xcode 9 and watchOS 4. It turned out that I was not logged in anymore to my Apple ID in Xcode. Go to `Xcode > Preferences > Accounts` and log into your account. Then disconnect and reconnect the iPhone with the paired watch and Xcode should now be able to download the symbol files.

Problem

im trying do develop my app on my watchos3.1 and i getting every time this error. ``` no symbols for paired Apple watch ``` Xcode doesn't download the latest symbols for my watchOS 3.1. In my folde ``` Library->Developer->Xcode->watchOS DeviceSupport-> ``` i only find a file with "watch1,2 3.0" how can i download the file with 3.1 ?

Original source