Crashlytics没有将崩溃报告发送到我的Fabric仪表板? [英] Crashlytics not sending crash Reports to my Fabric dash board?

查看:68
本文介绍了Crashlytics没有将崩溃报告发送到我的Fabric仪表板?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的应用中,以前将结构用于Twitter集成。现在,我需要crashlytics .so,然后我按照结构引导我
向我的项目中添加了框架

In My app previously used fabric for twitter integration purpose. Now i want crashlytics .so i followed as fabric guided me added framework to my project

#import "AppDelegate.h"
#import <Fabric/Fabric.h>
#import <Crashlytics/Crashlytics.h>

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{
      [Fabric with:@[TwitterKit, CrashlyticsKit]];  
}

后来我在Build Phase中添加了运行脚本,也已通过Force检查了
崩溃,但我没有向我的Fabric仪表板提交任何崩溃报告...请指导我在哪里出错....

later i added run script in Build Phase also checked with Force crash but i didn't get any crash report to my Fabric dash board ...Please Guide me Where i did mistake....

推荐答案

最后我找到了解决方案,以使用dubug模式获取报告,如下图所示。

Finally today I found solution, to get report with dubug mode make change like in below image.

并按照以下说明进行操作 ,就像我也在此处发布的内容一样。

这篇关于Crashlytics没有将崩溃报告发送到我的Fabric仪表板?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆