XCODE 12 templete game ios dosnt compile

Xcode 12 compiling ios game template returns

/xcrun:1:1: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist

Replies

I cannot reproduce the same issue. The iOS/Game/SpriteKit project compiles and runs without any problems.

Have you touched Xcode-beta.app after you installed Xcode 12 beta?
Or do you need any other settings to reproduce the issue?
Please check your path on your xcode-select in your terminal. It seems like your xcode-select maybe pointing to an Xcode path that is already removed.

You can set xcode-select path by running the following in the terminal without quotes:

"sudo xcode-select -s path/to/xcode.app"