我创建了一个新的示例 iOS 项目和这个 pod 文件:
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 文件夹时,它是空的。
我错过了什么吗?非常感谢!