gpt4 book ai didi

Google Analytics 集成后 iOS 应用程序崩溃

转载 作者:行者123 更新时间:2023-11-28 21:32:36 26 4
gpt4 key购买 nike

我正在我的应用程序中集成 Google Analytics [iOS swift 2]在以下人员的帮助下:https://developers.google.com/analytics/devguides/collection/ios/v3/?ver=swift

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

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

最佳答案

请尝试以下评论在您的 mac 上创建 pod 文件并查看

$ sudo gem install cocoapods

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

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

$ touch podfile
$ open -e podfile

编辑 Podfile 并添加您的依赖项。

pod "Google/Analytics"

保存 Pod 文件。

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

$ cd <project-path>

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

$ pod install

关于Google Analytics 集成后 iOS 应用程序崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35320967/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com