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?

Podfileにてpod installしたいやつのコミットIDを指定してインストール

Posted at

背景

Podfileにインストールしたいものを入れてpod instlalしたらエラーになった際に、調べたら最新バージョンだと互換性がなかったから最新すぎないようにする必要があったりする

中でも、一時的にこのコミットIDじゃないと今の環境だと動作しないってこともある

解決方法

Podfileに以下のように指定することででk

pod 'YPImagePicker', :git => 'https://github.com/Yummypets/YPImagePicker.git', :commit => '4ad09560321182b73ed415c543a77bc83b80a3f2'
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?