I am trying to add Google-Mobile-SDK into my Xcode project by using CocoaPods. I have created podFile to my project. enter image description here
Then, in this podFile, I added this line pod ‘Google-Mobile-Ads-SDK’ enter image description here
Then in terminal, I typed cd Desktop/testBanner5. testBanner5 is name of my project.
Then I typed pod install and pressed enter. I was expecting that this will download Google-Mobile-SDK. Instead, it showed me this: enter image description here
What should I do in order to fix that problem?
2
Answers
sorry I am wrong.