I wanted to ask, in the getting-started forum, why UnrealEditor is failing to find Xcode on my computer, despite it being used daily and residing in the default location.
After typing the question up and trying to post it, it got “access denied” and that was it.
- Why allow a user to type out a potentially lengthy question and then tell him he can’t post?
- Why would a new user not be allowed to post in the “getting started” forum?
Thanks for any insight.
Side note for anyone who encounters the Xcode problem: This appears to be an Xcode bug. It leaves “Xcode version” unset, despite being the only one installed. It also shows conflicting information in Settings/Locations.
The solution was to run
sudo xcode-select -r
at the command line.