brew install package solicita instalar herramientas de línea de comandos desde una ruta que no existe

2

He estropeado mis herramientas de línea de comandos. Ya los tenía instalados (y estaban funcionando muy bien), también instalé la versión beta 2 macOS 10 del sitio de desarrolladores de Apple porque el comando brew install putty me pedía que eliminara Xcode o lo actualizara. (Aquí es donde me equivoqué, en lugar de instalar una versión actualizada de Xcode.app, instalé las herramientas de línea de comandos Xcode 10.14)

Así que ahora el comando brew install putty da el error

Error: Your Xcode (9.4.1) is too outdated.
Please update to Xcode 10.0 (or delete it).
Xcode can be updated from
  https://developer.apple.com/download/more/

Error: The Command Line Tools header package must be installed on Mojave.
The installer is located at:
  /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg

cuando ejecuto xcode-select --install , dice que las herramientas de la línea de comandos ya están instaladas.

Si elimino Xcode.app muestra que:

xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist
Use 'sudo xcode-select --switch path/to/Xcode.app' to specify the Xcode that you wish to use for command line developer tools, or use 'xcode-select --install' to install the stan
dalone command line developer tools.
See 'man xcode-select' for more details.
Error: The Command Line Tools header package must be installed on Mojave.
The installer is located at:
  /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
Error: Git must be installed and in your PATH!
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist
Use 'sudo xcode-select --switch path/to/Xcode.app' to specify the Xcode that you wish to use for command line developer tools, or use 'xcode-select --install' to install the stan
dalone command line developer tools.
See 'man xcode-select' for more details.
Error: The Command Line Tools header package must be installed on Mojave.
The installer is located at:
  /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg

y la ruta mencionada en los errores anteriores para el archivo pkg para mi instalación no existe

    
pregunta Ishan Srivastava 19.07.2018 - 12:46

0 respuestas

Lea otras preguntas en las etiquetas