Google Analytics集成后iOS App崩溃

时间:2016-02-10 16:41:58

标签: ios google-analytics swift2 ios9.1

我正在我的应用程序中集成G​​oogle Analytics [iOS swift 2] 在https://developers.google.com/analytics/devguides/collection/ios/v3/?ver=swift

的帮助下

我已经完成了以下步骤:
pod' Google / Analytics'
在App Delegate中放置了Google提供的代码,但是当我运行应用程序时崩溃了

screen shot 2016-02-10 at 9 26 54 pm

screen shot 2016-02-10 at 9 25 46 pm

screen shot 2016-02-10 at 9 29 43 pm

更新[Pod文件截图]: enter image description here

更新[GoogleService-Info.plist屏幕截图]: enter image description here

2 个答案:

答案 0 :(得分:1)

请尝试以下评论在Mac上创建pod文件,然后查看

$ sudo gem install cocoapods

为iOS版Google Analystics SDK创建一个Podfile,并使用它来安装API及其依赖项:

在项目目录中创建名为Podfile的文件。此文件定义项目的依赖项,通常称为Podspec。

$ touch podfile
$ open -e podfile

编辑Podfile并添加依赖项。

pod "Google/Analytics"

保存Podfile。

打开终端并转到包含Podfile的目录:

$ cd <project-path>

运行pod install命令。这将安装Podspec中指定的API,以及它们可能具有的任何依赖项。

$ pod install

答案 1 :(得分:1)

这是一个批评错误:检查Press Release 我通过更新生物库来解决这个问题