>

【1.環境の構築】
①$ cd アプリ名/ で移動
②$ git submodule add -f https://github.com/octokit/octokit.objc.git OctoKit
③OctoKitが入るので、アプリ名 $ cd OctoKit/ に移動
④$ script/bootstrap
⑤もしここで「not found xctool」的なのが出たら$ brew install xctool
⑥$ cd アプリ名/ に戻る
⑦$ git submodule add https://github.com/ReactiveCocoa/ReactiveCocoa でReactiveCocoaを追加



最終更新:2014年11月21日 18:10