2014年7月31日木曜日

pod install でエラー "Fetching podspec for `hoge` from `../` [!] Unable to satisfy the following requirements:"

$ pod install
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin13/rbconfig.rb:213: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777
Analyzing dependencies
Fetching podspec for `Download-Font-iOS` from `../`
[!] Unable to satisfy the following requirements:

cocoapodsのライブラリを作ってて、
pod installして、
起動できるかと思いきや、
止められてしまいます。


https://github.com/CocoaPods/CocoaPods/issues/1605

にも同様のエラーが上がっているのですが、
どうやら既にインストールしているようなので、

$ pod update
で問題なく通るようになります。笑

あーversion上げたからそうなったのね・・