新しいサンプル iOS プロジェクトとこのポッド ファイルを作成しました。
target 'PayPalSample' do
pod 'PayPalMPL', '~> 2.1'
end
「pod install」を実行すると、次の出力が得られます。
Analyzing dependencies
Downloading dependencies
Installing PayPalMPL (2.1.7)
Generating Pods project
Integrating client project
[!] Please close any current Xcode sessions and use
`PayPalSample.xcworkspace` for this project from now on.
Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 1
total pod installed.
[!] Automatically assigning platform ios with version 10.3 on target
PayPalSample because no platform was specified. Please specify a
platform for this target in your Podfile. See
`https://guides.cocoapods.org/syntax/podfile.html#platform`.
ワークスペース ファイルを開いて、Pods/Pods/PayPalMPL フォルダー内を確認すると、空です。
何か不足していますか?どうもありがとう!