gpt4 book ai didi

ios - Crashlytics:您必须安装 Crashlytics 才能继续

转载 作者:行者123 更新时间:2023-11-29 11:49:34 28 4
gpt4 key购买 nike

我得到了新项目。实际上,这是使用 Objective-C 的 iOS 旧游戏项目。我只是继续这个项目。

我在项目中看到了这段相关代码。

运行脚本:

./Crashlytics.framework/run <your api key>

在应用委托(delegate)中:

#import <Crashlytics/Crashlytics.h>

在 didFinishLaunchingWithOptions 中:

[Crashlytics startWithAPIKey:<your api key>];

当我运行时,出现此错误。

2017-01-20 13:26:07.355 run[12507:165303] Crashlytics.framework/run 1.3.14
2017-01-20 13:26:07.732 run[12507:165303]

Crashlytics: You must install Crashlytics to continue. https://api.crashlytics.com/api/v1/XXX/confirm/com.handholdings.BBB

If this machine is a build server please remove Crashlytics.app if present and use xcodebuild so that big2.app.dSYM is uploaded.
Command /bin/sh failed with exit code 1

有漏码?我怎样才能解决这个问题?这样我就可以运行这个项目了。

注意:我使用的是 xcode 8。没有使用 pod。

最佳答案

您需要安装 Mac 应用程序:https://fabric.io/downloads/xcode .

安装后,您将能够找到打开的 xCode 项目,安装 Crashlytics 框架并将其集成到您的应用程序中。

关于ios - Crashlytics:您必须安装 Crashlytics 才能继续,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41757832/

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