macOSXcode日記

【Xcode】プロジェクト環境に合わせたInstallコマンド

1 Mins read

覚書

#まずはbundle

bundle install --path vendor/bundle

#そしてプロジェクトのbundleを使う

bundle exec pod install