使用 Gmail API 与 Xcode 7 & Swift

Using Gmail API with Xcode 7 & Swift

我试图按照 Google 提供的指南开始使用 Gmail API,但我在遵循它时遇到了麻烦。

首先我找不到

GTMSessionFetcher/libGTMSessionFetcherLib.a

所以我决定选择 LibGTMSessionFetcher.framework 文件。这样对吗?

因此我停在了第 4 步:创建项目

Create a new iOS > Application > Single View Application project named "QuickstartApp". Set the Language to Swift , and when saving the project set the Add to and Group fields to "QuickStart".

我不知道他们说的

是什么意思

set the Add to and Group fields to "QuickStart".

这是我正在使用的指南的link。 iOS Quickstart | Gmail API | Google Developers

有什么帮助吗?

我在他们的开发者网站上的另一个教程中发现他们实际上有 pods! https://developers.google.com/ios/guides/cocoapods#add_a_google_sdk_to_your_ios_app