1

I get this error when doing a pod update.

pod update
[in /Users/snowcrash/myproject]
Update all pods
Analyzing dependencies
/Users/snowcrash/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/pathname.rb:425:in `open': No such file or directory @ dir_initialize - /Users/snowcrash/.cocoapods/repos (Errno::ENOENT)
    from /Users/snowcrash/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/pathname.rb:425:in `foreach'

Any idea why?

Snowcrash
  • 73,844
  • 72
  • 228
  • 347

1 Answers1

0

This was fixed as follows:

rm -rf ~/.cocoapods
pod setup

See also this: Error on pod install

Community
  • 1
  • 1
Snowcrash
  • 73,844
  • 72
  • 228
  • 347