0

How do I see an object's type in Xcode 13?
It used to be simple, just push 'option' and click the object (or variable or constant, whatever) you are interested. After updating to Xcode 13 this feature works but not always and you have to start typing this object in order for Xcode to provide you with options and only then to see it's type.

T G
  • 11
  • 2

1 Answers1

1

I had this bug when I was using Xcode 13 RC, but when I installed the final version of Xcode 13 this bug disappeared.

Try do it if you didn't.

Eduardo Santi
  • 425
  • 1
  • 4
  • 13