firebase crashlytics卡住了并说-我们将在听您的应用与我们的服务器进行通信 [英] firebase crashlytics stucked and says - We’ll be listening for your app to communicate with our servers

查看:418
本文介绍了firebase crashlytics卡住了并说-我们将在听您的应用与我们的服务器进行通信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

从最新的firebase文档执行所有步骤:


在firebase上创建应用


在项目中添加google plist


已安装pod'firebase / Core',pod'firebase / Crashlytics'


在didFinishLaunchingWithOptions中添加FirebaseApp.configure()


已添加运行脚本 $ {PODS_ROOT} / FirebaseCrashlytics / run


更新调试信息格式


在此处输入图片描述


经过测试的应用程序具有所有选项。


从模拟器或真实设备中卸载应用程序
在模拟器或真实设备上运行该应用程序,然后停止运行。
,然后打开在Simulator或Real设备上安装的应用程序。


最近几天我正面临这个问题


谢谢所有建议

解决方案

您可以尝试强制执行继续操作的更多方法:



$ {DWARF_DSYM_FOLDER_PATH} / $ {DWARF_DSYM_FILE_NAME} / Contents / Resources / DWARF / $ {TARGET_NAME}


$(SRCROOT)/ $( BUILT_PRODUCTS_DIR)/ $(INFOPLIST_PATH)



Implemented all steps from latest firebase doc :

Create App on firebase

add google plist in project

pod 'firebase/Core' , pod 'firebase/Crashlytics' installed

Add FirebaseApp.configure() in didFinishLaunchingWithOptions

Added run script "${PODS_ROOT}/FirebaseCrashlytics/run"

update Debug information format

enter image description here

tested app with all options..

Uninstall App from simulator or Real Device Run the app on Simulator or Real device then stop running. And then Open the App that Install on Simulator or Real device.

i am facing this issue from last few days

thank you all for suggestions

解决方案

Some more things you can try to force the onboarding process to continue:

${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}

$(SRCROOT)/$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)

  • try forcing a crash directly instead of just building and running your app

  • if all else fails, you can enable debug logging to get more information while Crashlytics attempts to start up

这篇关于firebase crashlytics卡住了并说-我们将在听您的应用与我们的服务器进行通信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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