gpt4 book ai didi

swift - 尝试初始化 iOS AppsFlyer SDK 时出现 SIGABRT 错误

转载 作者:行者123 更新时间:2023-11-28 05:47:54 35 4
gpt4 key购买 nike

我正在尝试运行 AppsFlyer SDK 的初始化,但在应用程序启动时出现线程 1:信号 SIGABRT 错误。我在这里使用 AppsFlyer 的指南:https://support.appsflyer.com/hc/en-us/articles/207032066-AppsFlyer-SDK-Integration-iOS#3-sdk-initialization

我在 Xcode 10 的 swift ios 应用程序上使用它。我在指南中使用了 cocopods 选项。我尝试使用指南提供的确切代码,但没有用。然后,我尝试按照 Xcode 提出的更改进行操作。这给了我一个警告,然后应用程序在启动时崩溃了。

指南说要使用的代码:

AppsFlyerTracker.shared().appsFlyerDevKey = "<your-appsflyer-dev-key>";
AppsFlyerTracker.shared().appleAppID = "123456789"
AppsFlyerTracker.shared().delegate = self

Xcode sugested 固定代码:(错误:“无法将类型‘AppDelegate’的值分配给类型‘AppsFlyerTrackerDelegate?’”)

AppsFlyerTracker.shared().appsFlyerDevKey = "xxxxxxxxx";
AppsFlyerTracker.shared().appleAppID = "xxxxxxxx"
AppsFlyerTracker.shared().delegate = self as! AppsFlyerTrackerDelegate

启动后出错:线程1:信号SIGABRT

我正在尝试让 SDK 初始化。

我也在使用 AdMob/Firebase 并且也在使用 cocopods。它按预期工作。

最佳答案

通过将 AppsFlyerTracker.shared().delegate = self 更改为 AppsFlyerTracker.shared()?.delegate = self as? AppsFlyerTrackerDelegate.

关于swift - 尝试初始化 iOS AppsFlyer SDK 时出现 SIGABRT 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53991354/

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