Could not download and install Symbols for watchOS 7.3.2 (18S821)

I updated the Apple Watch 3 to the latest os and now I am not able to run my independent watchos app on it.

See as it happens with every release they forget to put the symbols file.

https://developer.apple.com/forums/thread/664613
https://developer.apple.com/forums/thread/656601
https://developer.apple.com/forums/thread/663557

Is there anyone else also facing this work? Also, what's the workaround. I saw that if you have symbols for previous versions you can tweak it or something but I don't have anything as this would be the first time I would be running the watchos app.

Any other advice where I can reach out to?
Yes, I am having this problem as well. (also since updating WatchOS to 7.3.2).
Details from the error on Devices and Simulators window:
  • *******

Could not download and install Symbols for watchOS 7.3.2 (18S821). Failed to download package from ADC.
Domain: DVTDownloadableErrors
Code: -1
Failure Reason: There are no valid accounts registered with Xcode that have the ability to access this resource.
Recovery Suggestion: Contact Apple Developer Program Support to resolve account access issues.
User Info: {
    DVTDeviceErrorIsProxied = 1;
}

[myAppleID] does not have access to Symbols for watchOS 7.3.2 (18S821)
***************
I updated iOS on iPhone. Xcode and MacOS are both up to date.
I use a personal AppleID on all my devices, and have a separate Developer ID for Xcode. So, I went through the process of switching to the developer ID on MacOS (it is already in Xcode).

Called developer support twice. They suggested filing a TSI (was hoping to find answer here).

I'll be going through that process for my iPhone and Watch too and see if that makes a difference, then submit TSI.
Yes, I have the same problem. Exact same error.

I tried updating to Xcode 12.5 beta 3 (latest) but it made no difference.
From the last comment on this thread: https://developer.apple.com/forums/thread/656601?page=2

Open a new project with a Watch Extension, symbols will start downloading. Then open the initial project back, you should be able to build on the watch. It worked for me!


Can you try again? We believe this is now resolved on the server end.

Looks like the issue is back with missing symbols for watchOS 7.6.1:

Could not download and install Symbols for watchOS 7.6.1 (18U70). Failed to download package from ADC.
Domain: DVTDownloadableErrors
Code: -1
Failure Reason: There are no valid accounts registered with Xcode that have the ability to access this resource.
Recovery Suggestion: Contact Apple Developer Program Support to resolve account access issues.
User Info: {
    DVTDeviceErrorIsProxied = 1;
}
--
Failed with HTTP status 403: forbidden

A temporary hack to use the watchOS 7.6 symbols:

cp -R ~/Library/Developer/Xcode/watchOS\ DeviceSupport/Watch6,1\ 7.6\ \(18U63\) ~/Library/Developer/Xcode/watchOS\ DeviceSupport/Watch6,1\ 7.6.1\ \(18U70\)

I'm experiencing this with watchOS 8.7 symbols:

the watch via iPhone: Could not download and install Symbols for watchOS 8.7 (19U66). Failed to download package from ADC.

I am experiencing this as well: https://developer.apple.com/forums/thread/712547

Could not download and install Symbols for watchOS 7.3.2 (18S821)
 
 
Q