无法为 iOS Swift 运行 Google Calendar API 示例代码
Posted
技术标签:
【中文标题】无法为 iOS Swift 运行 Google Calendar API 示例代码【英文标题】:Unable to run Google Calendar API sample code for iOS Swift 【发布时间】:2015-09-03 16:18:06 【问题描述】:我尝试运行适用于 ios Swift 的 Google Calendar API 示例代码,并按照指南 https://developers.google.com/google-apps/calendar/quickstart/ios?ver=swift 执行步骤 1 到 5
但是,我遇到了以下错误:
1) 导入桥接头失败 2) 找不到文件
我按照步骤操作。我有一个桥接头,其中包括 #import 其中的陈述。还有什么我想念的吗?
【问题讨论】:
见a quick solution 【参考方案1】:Ryan Heitner 的以下回答帮助解决了我的问题:Google Objective-C API 'GTL' with Swift
基本上,我的桥接头中应该有以下导入语句:
#import "GTMOAuth2ViewControllerTouch.h"
#import "GTLCalendar.h"
代替:
#import "GTMOAuth2ViewControllerTouch/GTMOAuth2ViewControllerTouch.h"
#import "GTLCalendar/GTLCalendar.h"
【讨论】:
以上是关于无法为 iOS Swift 运行 Google Calendar API 示例代码的主要内容,如果未能解决你的问题,请参考以下文章
iOS 单元测试在 CocoaPods Google Maps SDK 上失败
在 iOS 项目(在 Swift 中)设置 Google Analytics 时出现“保护体可能无法通过”错误 [重复]
swift 4中的pod'GoogleAnalytics'将无法运行
在 iOS 上将 Google Analytics 与 Swift 结合使用