Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Update CocoaPods to latest version #155

Merged
merged 2 commits into from
Jan 13, 2017
Merged

Conversation

Watson1978
Copy link
Contributor

CocoaPods v0.39.0 でライブラリをインストールしようとすると、最新のバージョンを使いなさいとエラーになるようです。

そのため最新の CocoaPods にアップデートしています。

$ bundle exec rake pod:install
Updating spec repo `master`
First, rewinding head to replay your work on top of it...
Fast-forwarded master to 88ce38cfcdefc5e60ef6be7749312ac9f2a0447e.
From https://github.com/CocoaPods/Specs
   79872a383c..88ce38cfcd  master     -> origin/master
rake aborted!
Pod::Informative: [!] The `master` repo requires CocoaPods 1.0.0 -  (currently using 0.39.0)
Update CocoaPods, or checkout the appropriate tag in the repo.

Tasks: TOP => pod:install => pod:update_spec_repos
(See full trace by running task with --trace)

With CocoaPods v0.39.0, it will cause a following error when install pods with `rake pod:install`
This patch will fix the error.

```
$ bundle exec rake pod:install
Updating spec repo `master`
First, rewinding head to replay your work on top of it...
Fast-forwarded master to 88ce38cfcdefc5e60ef6be7749312ac9f2a0447e.
From https://github.com/CocoaPods/Specs
   79872a383c..88ce38cfcd  master     -> origin/master
rake aborted!
Pod::Informative: [!] The `master` repo requires CocoaPods 1.0.0 -  (currently using 0.39.0)
Update CocoaPods, or checkout the appropriate tag in the repo.

Tasks: TOP => pod:install => pod:update_spec_repos
(See full trace by running task with --trace)
```
@naoya naoya merged commit 840dad8 into naoya:master Jan 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants