LoginSignup
2
1

More than 3 years have passed since last update.

Carthageの古いバージョンを入れる(ダウングレード)

Last updated at Posted at 2018-09-03

Facebook SDK でエラーが。。。

とあるリポジトリをクローンし、carthage update --platform iOSするとFacebookSDKでエラーがでました。
Screen Shot 2018-11-15 at 11.01.51.png

Build Failed
    Task failed with exit code 65:

下記リンクにある通りの旧バージョンのCarthageをいれれば解決する模様。
Carthage update fails on "FBSDKIntegrationTests" #244

githubで入れたいverのコミットハッシュを探す

https://github.com/Homebrew/homebrew-core/search?p=1&q=carthage&type=Commits&utf8=%E2%9C%93

install

brew install https://github.com/Homebrew/homebrew-core/raw/(インストールしたいコミットハッシュ)/Formula/carthage.rb

ver0.29の場合
brew install https://github.com/Homebrew/homebrew-core/raw/45dd24d8dfa7a2fb69812c678ceb34be0c16e295/Formula/carthage.rb

refs.

How to install older version on carthage
HomebrewでCarthageの過去バージョンをインストールする

2
1
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
2
1