carthage update 실패 Source Control 및 플러그인을 사용하지 않으면

2715 단어 XcodeCarthageiOS
최근 carthage update 에 실패하여 매우 난처하다.
넣고 싶은 것은 ReactiveCocoa 3.0 RC1.
Cartfile
github "ReactiveCocoa/ReactiveCocoa" "v3.0-RC.1"
Xcode6.4carthage update에서 보조 라이브러리antitypical/Result를 구축하는 중 오류가 발생했습니다.
*** Building scheme "Result-iOS" in Result.xcworkspace
2015-08-02 17:52:34.830 xcodebuild[13710:1074790] [MT] DVTAssertions: Warning in /SourceCache/IDEFrameworks/IDEFrameworks-7720/IDEFoundation/SourceControl/Model/IDESourceControlManager.m:423
Details:  Error Domain=com.apple.dt.IDESourceControlErrorDomain Code=-1 "Missing extension: public.vcs.subversion" UserInfo=0x7ffdcb369060 {NSLocalizedDescription=Missing extension: public.vcs.subversion}
Object:   <IDESourceControlManager: 0x7ffdc8dc53c0>
Method:   -loadRepositories
Thread:   <NSThread: 0x7ffdc8e1ecb0>{number = 1, name = main}
Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.
svn 플러그인은 없는 것 같은데 잘 모르겠어요.
보자마자 아래의 Issue가 나왔다
https://github.com/Carthage/Carthage/issues/541
Disabling version control in xcode preferences should get rid of it.
그렇구나.그럼 바로

못 고쳤어요.
또 그 이유로 Alcatraz에 넣은 플러그인을 떠올렸다.

장작으로 이 녀석들을 비활성화해 봐, 고쳤어.
이렇게 하면 순조롭게 carthage update Result를 설치할 수 있다.
또한 버전 관리를 다시 사용하거나 플러그인을 다시 설치해 보았지만 재현되지 않았습니다

좋은 웹페이지 즐겨찾기