2013-07-08から1日間の記事一覧

appears more than once in the keychain. The codesign tool requires there only be one

iOS

You should open Keychain Access > My Certificates and remove needless certificates.

yeomanのgruntテストがこけても公開用distフォルダは作れる

Running "mocha:all" (mocha) task Testing: http://localhost:9000/index.html Fatal error: spawn EACCES $yo webapp $grunt test で上記エラーが表示されていました。 このテストが失敗するので、公開用のdistフォルダが作れないと思っていましたが違いま…

RVMで複数のバージョンのRubyを扱う

MacにはデフォルトでRuby 1.8が入っているが、1.8は引退したので 1.9または2.0を入れておきたい。 どちらも入れてみよう。 複数のバージョンの管理にはRVMを使う。 #install RVM $curl -L https://get.rvm.io | bash #install Ruby 1.9, 2.0 (wait 20-30 min…