您希望在Podfile中添加如下所示的pod 'Adobe-Marketing-Cloud-Mobile-Services', '~> 4.2'
target 'MyApp' do
pod 'Adobe-Marketing-Cloud-Mobile-Services', '~> 4.2'
end
然后在您的终端中运行pod install
,或者从CocoaPods.app中运行。
如果想先进行测试,可以运行以下命令
pod try Adobe-Marketing-Cloud-Mobile-Services