12
Cocoapods 명령은 "@dir_initialize-/Users/<username>/.cocoapods/repos(Errno::ENOENT)와 같은 파일이나 디렉토리가 없습니다"로 인해 실패합니다.
아래의 스택 추적에서 오류를 해결하도록 도와 줄 수 있습니까? 이것은 pod명령을 실행할 때 발생합니다 . 운없이 보석을 제거하고 다시 설치했습니다. 00:44:05-David~/dev/farecast-app (master)$ pod setup Setting up CocoaPods master repo /usr/local/rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/pathname.rb:422:in `open': No such file or directory @ dir_initialize - /Users/David/.cocoapods/repos (Errno::ENOENT) from /usr/local/rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/pathname.rb:422:in `foreach' from /usr/local/rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/pathname.rb:422:in `children' from /usr/local/rvm/gems/ruby-2.1.0/gems/cocoapods-0.34.4/lib/cocoapods/sources_manager.rb:63:in `all' …
208
cocoapods