I'm trying to run the rvictl -s command on my iPhone XS, but the UDID is in a different format from the original 40 character string. Does anyone know if rvictl will be updated to support the new device's UDID format? Currently the format for the UDID on iPhone XS is 00008020-XXXXXXXXXXXXXXXX. Any suggestions, anyone else rinning into this issue?
rvictl tool with iPhone XS? Invalid UDID format
me too
I’m very pleased to say that this is fixed in Xcode 10.2 beta (r. 44577579). When you first run the beta on your Mac, it will do the usual “install extra bits” step, and that installation includes support for ECID in
rvictl:
$ rvictl -s 00008020-000C396Cxxxxxxxx
Starting device 00008020-000C396Cxxxxxxxx [SUCCEEDED] with interface rvi0Note You don’t need to install the associated macOS or iOS beta releases, just Xcode 10.2 beta. Moreover, you don’t need to use Xcode 10.2 beta day-to-day, you just need to run it once and get past the “install extra bits” step.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"
This is awesome news!!! Thanks for sharing!