0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

carthage updateに失敗する現象がSource Controlとプラグインを無効にしたら直った話

Posted at

ここのところcarthage updateに失敗して困っていました。
入れたいのはReactiveCocoa 3.0 RC1

Cartfile
github "ReactiveCocoa/ReactiveCocoa" "v3.0-RC.1"

Xcode 6.4でcarthage 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.

なるほど。では早速

スクリーンショット 2015-08-02 18.39.36.png

直りませんでした。

あと原因として思いつくのはAlcatrazで入れたプラグイン。

スクリーンショット 2015-08-02 18.48.59.png

ダメ元でこいつらを無効にしてみると、直りました。

これで無事にcarthage updateでResultがインストールできるようになりました。

なおバージョン管理を再び有効にしたり、プラグインを再インストールしたりしてみましたが、現象は再現しませんでした

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?