How to point command line tools to necessary xcode

Hi everyone!

Sometime when we have more the one xcodes on the mac we need to point command line tools to necessary of them.

For this target use the following command:sudo xcode-select --switch /Applications/Xcode-beta.app/Contents/Developer

Have a nice day!