LoginSignup
3
3

More than 5 years have passed since last update.

pod install で何やらconflictエラーが大量に出た

Posted at

CocoaPodsで$ pod installしたときになにやら

[!] Pod::Executable pull

Auto-merging geos/3.4.2/geos.podspec

CONFLICT (add/add): Merge conflict in geos/3.4.2/geos.podspec

Auto-merging Typhoon/1.6.6/Typhoon.podspec

みたいなエラーがずらずら出たので、'pod install conflict'でググったら解決法が出た。
http://blog.cocoapods.org/Repairing-Our-Broken-Specs-Repository/

$ sudo rm -fr ~/.cocoapods/repos/master
$ pod setup
3
3
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
3
3