Unable to download symbols for watchOS 8.7.1 (19U67)

On Xcode 14.3 I am unable to download symbols for watchOS 8.7.1, which is preventing me from developing on my Apple Watch 3 device.

The detailed error message is:

 DVTDownloadable: Download Failed. Downloadable: https://download.developer.apple.com/Developer_Tools/watchOS_19U67/Watch3_1_19U67.dmg. Error Domain=DataGatheringNSURLSessionDelegate Code=1 "Failed with HTTP status 403: forbidden" UserInfo={NSLocalizedDescription=Failed with HTTP status 403: forbidden}

The link https://download.developer.apple.com/Developer_Tools/watchOS_19U67/Watch3_1_19U67.dmg doesn't work for me in Safari either.

Replies

Same problem. Can't debug on my WatchOS 8.7.1 test device. Xcode 14.3

Same here with Xcode 14.3 and watchOS 9.0 as well as watchOS 8.7

Same problem. Can't debug on my WatchOS 8.7.1 test device. Xcode 14.3

Same problem. Anyone have a solution yet?

XXXX Apple Watch via XXXX iPhone 12-Max: Failed with HTTP status 403: forbidden Domain: DataGatheringNSURLSessionDelegate Code: 1 User Info: { DVTDeviceErrorIsProxied = 1; DVTErrorCreationDateKey = "2023-05-27 02:43:51 +0000"; }

System Information

macOS Version 13.3.1 (a) (Build 22E772610a) Xcode 14.3.1 (21814) (Build 14E300b) Timestamp: 2023-05-26T22:43:51-04:00

  • I was able to get it running again, via a combination of the following:

    Quit XcodeClear ~/Library/Developer/Xcode/DerivedDataClear ~/Library/Developer/Xcode/watchOS DeviceSupportDelete any Xcode (e.g. com.apple.dt.Xcode) folders/files in ~/Library/Caches
  • thank you! i could not download iOS 17 for Xcode 15. cleaning ~/Library/Caches help me

Add a Comment