【发布时间】:2021-03-30 18:00:10
【问题描述】:
我正在尝试使用 CocoaPods 将 Google-Mobile-SDK 添加到我的 Xcode 项目中。我已经为我的项目创建了 podFile。 enter image description here
然后,在这个 podFile 中,我添加了这一行 pod 'Google-Mobile-Ads-SDK' enter image description here
然后在终端中,我输入了 cd Desktop/testBanner5。 testBanner5 是我的项目的名称。 然后我输入 pod install 并按下回车键。我期待这将下载 Google-Mobile-SDK。相反,它向我展示了这个:enter image description here
我应该怎么做才能解决这个问题?
【问题讨论】: