LoginSignup
0
1

More than 3 years have passed since last update.

Xcode更新とライブラリ更新を一緒に行う手順

Posted at

背景

Xcodeが更新に伴い、使用しているライブラリのバージョを更新する必要がある場合があり、その手順について紹介します。

前提

ライブラリの管理に CarthageCocoaPods を使用しています。

手順

  • 新しいバージョンのXcodeをダウンロード
  • ダウンロードしたXcodeを別の名前を付けてApplicationsフォルダに移動
  • xcode-selectで対象のXcodeのパスを設定
  • Carthageを最新に更新
  • Cartfileのバージョン指定を変更する必要がないか確認
  • carthage update を実行
  • Podfileのバージョン指定を更新する必要がないか確認する
  • pod update を実行する
  • Xcodeを起動し、必要な箇所を修正

参考記事

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