「Ios/swift/外部ライブラリ/GoogleAnalytics」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==podfile例==」) |
|||
行1: | 行1: | ||
− | == | + | ==インストール== |
+ | $ vi Podfile | ||
+ | platform :ios, '9.0' | ||
+ | target 'Helloworld' do | ||
+ | use_frameworks! | ||
+ | pod "GoogleAnalytics" | ||
+ | end | ||
+ | $ pod install |
2016年7月28日 (木) 21:45時点における版
インストール
$ vi Podfile platform :ios, '9.0' target 'Helloworld' do
use_frameworks! pod "GoogleAnalytics"
end $ pod install