LoginSignup
9
5

More than 5 years have passed since last update.

[!] The `master` repo requires CocoaPods 1.0.0 をバージョンを上げずに回避する

Last updated at Posted at 2016-11-16

[!] The master repo requires CocoaPods 1.0.0 をバージョンを上げずに回避する

Analyzing dependencies
[!] The `master` repo requires CocoaPods 1.0.0 -  (currently using 0.35.0)
Update CocoaPods, or checkout the appropriate tag in the repo.

2016.11.12にCocoaPodsのmaster repoが1.0.0以上しかサポートしなくなった.
現在のサポートしているバージョンはここに記載がある.

CocoaPodsを今すぐに1.X系にあげることができない場合は以下の設定をすると回避することができる.
(そして1.X系に対応するようにしましょう)

Podfile
# CocoaPods/Spec.gitはコメントアウトする

source 'https://github.com/CocoaPods/Old-Specs.git'

あとはpod installするだけです

Analyzing dependencies

CocoaPods 1.2.0.beta.1 is available.
To update use: `sudo gem install cocoapods --pre`
[!] This is a test version we'd love you to try.

For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.

Downloading dependencies
Installing OCMock (3.3.1)
Generating Pods project
Integrating client project

いつものやつが返ってきました. あとは適当なタイミングで1.X系にあげることを忘れずに.

9
5
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
9
5