Installazione su macbook m1
- 
Ho trovato xcode.app in
/Applications
ma
xcode-select--switch/Applications/Xcode.appmi restituisce
zsh: no such file or directory: xcode-select--switch/Applications/Xcode.app
@m77it said in Installazione su macbook m1:
xcode-select--switch/Applications/Xcode.app
Shouldn't it be
xcode-select --switch /Applications/Xcode.app `` ? - 
I don't think so
(base) marco@MacBook-Pro-di-Marco-4 /Applications % xcode-select--switch/Xcode.app
zsh: no such file or directory: xcode-select--switch/Xcode.app
(base) marco@MacBook-Pro-di-Marco-4 /Applications % xcode-select --switch/Xcode.app
xcode-select: error: invalid argument '--switch/Xcode.app'
Usage: xcode-select [options]Print or change the path to the active developer directory. This directory
controls which tools are used for the Xcode command line tools (for example,
xcodebuild) as well as the BSD development commands (such as cc and make).Options:
-h, --help print this help message and exit
-p, --print-path print the path of the active developer directory
-s <path>, --switch <path> set the path for the active developer directory
--install open a dialog for installation of the command line developer tools
-v, --version print the xcode-select version
-r, --reset reset to the default command line tools path
(base) marco@MacBook-Pro-di-Marco-4 /Applications % - 
I don't think so
(base) marco@MacBook-Pro-di-Marco-4 /Applications % xcode-select--switch/Xcode.app
zsh: no such file or directory: xcode-select--switch/Xcode.app
(base) marco@MacBook-Pro-di-Marco-4 /Applications % xcode-select --switch/Xcode.app
xcode-select: error: invalid argument '--switch/Xcode.app'
Usage: xcode-select [options]Print or change the path to the active developer directory. This directory
controls which tools are used for the Xcode command line tools (for example,
xcodebuild) as well as the BSD development commands (such as cc and make).Options:
-h, --help print this help message and exit
-p, --print-path print the path of the active developer directory
-s <path>, --switch <path> set the path for the active developer directory
--install open a dialog for installation of the command line developer tools
-v, --version print the xcode-select version
-r, --reset reset to the default command line tools path
(base) marco@MacBook-Pro-di-Marco-4 /Applications % - 
Hi,
Did you actually install Xcode ?
 - 
Does your Application folder contain it ?
You can also check the App Store since it's the official way to install the latest version of Xcode. - 
You're welcome !
Since you have it working now, please mark the thread as solved using the "Topic Tools" button or the three dotted menu beside the answer you deem correct so other forum members may know a solution has been found :-)
 - 
M m77it has marked this topic as solved