Hi, I have installed Xcode Version 13.2.1 (13C100) on Mac Book Pro M1 Pro with Monterey. When I try option-click on any variable/code - it is not working i.e. quick help is not showing.
**How can I solve it and make it work again? ** PS: I have rebooted Mac, reinstalled Xcode several times. In Xcode`s Navigation, the "option click on code" is set up for "Shows quick help".
Found solution 😂
- Install Xcodes app (you can have GUI or command line version), see https://github.com/RobotsAndPencils/XcodesApp.
- Install last Xcode version where Quick help works just fine - this seems to be version 13.1 (13A1030d). 2.1 Make this version active (i.e. switch command line tools to this version) and open Xcode (test - it should work).
- Make your version 13.2.1 Xcode version active (i.e. switch command line tools to this version), open Xcode and try - it should now work.
Howgh.