상세 컨텐츠

본문 제목

macOS Update xcode error

OS/MAC OS X

by ZelKun 2020. 1. 31. 22:08

본문

반응형

Mojave 업데이트 했더니 git이 실행이안됨…

 

아래와 같은 에러를 뿜어줌….

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

 

그래서 homebrew 재설치를 해볼까 했는데… 에러를 뿜어줌..

 

결론적으로는 아주 간단하게 해결됨…

 

구글링을 해보니…

xcode-select --install 하라고

 

Mojave 였을땐 git clone 하다가 에러를 봤는데

이번엔 svn 쓰려다가 에러..

 

이번에는 Catalina 역시나 동일한 문제...

xcode-select --install 해줌

Last login: Fri Jan 31 21:18:01 on ttys000

admin@admin ~ % svn -v

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

 

admin@admin~ % xcode-select --install

xcode-select: note: install requested for command line developer tools

xcode-select --install 명령을 실행하면

macOS Update xcode error

화면에 xcode 개발자 도구가 필요하다고 설치를 강요한다

macOS Update xcode error

당연히 동의해야 설치할 수 있다

macOS Update xcode error

설치 끗

admin@admin~ % svn --version

svn, version 1.10.4 (r1850624)

   compiled Dec 13 2019, 19:47:45 on x86_64-apple-darwin18.0.0

 

Copyright (C) 2019 The Apache Software Foundation.

This software consists of contributions made by many people;

see the NOTICE file for more information.

Subversion is open source software, see http://subversion.apache.org/

 

The following repository access (RA) modules are available:

 

* ra_svn : Module for accessing a repository using the svn network protocol.

  - with Cyrus SASL authentication

  - handles 'svn' scheme

* ra_local : Module for accessing a repository on local disk.

  - handles 'file' scheme

* ra_serf : Module for accessing a repository via WebDAV protocol using serf.

  - using serf 1.3.9 (compiled with 1.3.9)

  - handles 'http' scheme

  - handles 'https' scheme

 

The following authentication credential caches are available:

 

* Plaintext cache in /Users/admin/.subversion

* GPG-Agent

* Mac OS X Keychain

설치가 끝나면 잘된다 ㅂㄷㅂㄷ

반응형

관련글 더보기

댓글 영역