carthage update 실패 Source Control 및 플러그인을 사용하지 않으면
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를 설치할 수 있다.또한 버전 관리를 다시 사용하거나 플러그인을 다시 설치해 보았지만 재현되지 않았습니다
Reference
이 문제에 관하여(carthage update 실패 Source Control 및 플러그인을 사용하지 않으면), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/masahiko24/items/1f9da2221ec32e7cd261텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)