I found a not-so-perfect solution. It turned out that you can actually ignore Info.plist hacking. You can directly run it inside a Terminal window.
I just downloaded Xcode_14.3.1_Release_Candidate.xip yesterday and I can get it running using the following commands:
cd ~/Application/Xcode.app/Contents/MacOS
./Xcode
It works without any problem. Building/debugging works fine.
But there is some gotchas:
The icon of course is shown as "No" sign.
When there is no project open, and you switch to other apps, you have no way to switch it back because macOS won't list it when you press CMD+TAB, but it is in Activity Monitor.
So comes a question. Does anyone know how bring Xcode app window back?
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: