4

I'm trying to add the UDID of the Apple Watch to the Apple Developer Portal but in Xcode 7.3 you can not copy UDID to clipboard.

enter image description here

You can see UDID but can not copy.

Evgeny Mikhaylov
  • 1,696
  • 1
  • 19
  • 25
  • 3
    [File a bug report](https://bugreport.apple.com/). It's an unfortunate layout change due to how more than one paired watch can now appear in Devices. –  Mar 24 '16 at 03:38

2 Answers2

3

This issue still exists in Xcode 8.2. You can use Accessibility Inspector app (which is part of the Xcode installation) to select the UDID label. The inspector will then show the UDID as a selectable text where you can copy it.

Rhult
  • 1,646
  • 15
  • 10
1

Rather than copying the UUID, and manually uploading it to the portal, it is possible to build the Apple Watch App target, selecting the "myPhone + myAppleWatch" target to run it on (it'll be your device names). It will tell you the Watch doesn't match any provisioning profile, and offer to fix it for you. When you accept, it will do the upload for you.

More here, which is not per se a duplicate, but addresses the solution outlined here: Debug on real Apple Watch: Application Verification Failed

Community
  • 1
  • 1
Duncan Babbage
  • 19,972
  • 4
  • 56
  • 93