Adding Google Objective-C API 'GTL' to iPhone project

后端 未结 5 678
隐瞒了意图╮
隐瞒了意图╮ 2020-12-24 03:50

How to I add the Google Drive API to my iPhone project to I can use it?

So far, I have dragged the GTL project into my current app project (so that it is nested unde

5条回答
  •  不知归路
    2020-12-24 04:37

    Better to use Pod

    1. How to install CocoaPods and setup with your Xcode project for reference : [http://blogs.triffort.com/?p=309][1]
    2. Open the pod file and add

      pod 'Google-API-Client/Drive', '~> 1.0' save pod file and call pod install in terminal. Note:pod file you must give link_with 'Your_project_name', 'Your_project_nameTests' after this line only add your library

提交回复
热议问题