Firebase Crashlytics集成停留在“我们将在监听您的应用程序与我们的服务器进行通信".的iOS [英] Firebase Crashlytics integration stucked at 'We'll be listening for your app to communicate with our servers.' iOS

查看:71
本文介绍了Firebase Crashlytics集成停留在“我们将在监听您的应用程序与我们的服务器进行通信".的iOS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试集成Crashlytics,我也已经集成过.在我创建的用于测试它的示例项目中,它可以正常工作.但是在我的实际项目中,它停留在第3步我们将监听您的应用程序与我们的服务器进行通信."

I m trying to integrate Crashlytics, I have integrated earlier also. In sample project which I created to test it, in that it works fine. but in my actual project it stucks at step 3 "We'll be listening for your app to communicate with our servers."

我已经执行了所有步骤,包括运行脚本

I have followed all steps including run script

"${PODS_ROOT}/Fabric/run"

还尝试使用DSYM文件将调试信息格式更改为DWARF.但是没有任何效果.如果我集成到示例应用程序中,那么所有这些都可以使用.

Also tried changing Debug information formate to DWARF with DSYM file. But nothing is working. This all is works if I integrate in sample app.

下面是我在项目中使用的Pod文件列表.

Bellow is the pod file list I m using in my project.

任何人都可以帮助我解决此问题.我从两天后就被困在这里.

Can anyone please help me to solve this issue. I m stucked here from 2 days.

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'MyProject' do

  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!
  pod 'TPKeyboardAvoidingSwift'
  pod 'GoogleMaps'
  pod 'GooglePlaces'
  pod 'XLPagerTabStrip', '~> 9.0.0'
  pod 'STPopup'
  pod 'Alamofire'
  pod 'STRatingControl'
  pod 'Hero'
  pod 'SDWebImage', '~> 5.0'
  pod 'RxSwift', '~> 4.0'
  pod 'RxCocoa', '~> 4.0'
  pod 'RealmSwift'
  pod 'SDWebImage', '~> 5.0'
  pod 'MaterialComponents/Snackbar'
  pod 'GIFProgressHUD'
  pod 'MBProgressHUD', '~> 1.2.0'
  pod 'GPUImage'
  pod 'Firebase/Messaging'
  pod 'Firebase/Analytics'
  pod 'Fabric'
  pod 'Crashlytics'


  target 'MyProjectTests' do
    inherit! :search_paths
    # Pods for testing
  end

  target 'MyProjectUITests' do
    inherit! :search_paths
    # Pods for testing
  end

end

推荐答案

我认为这是一个已迁移的应用程序,因为您正在使用Fabric依赖项.您的应用程序未发送构建和运行事件,或者卡在管道中处于非活动状态.如果您使用Xcode进行测试,建议您启动您的应用程序,将其关闭,然后从实际的虚拟设备仪表板中将其打开.这将确保将构建和运行事件正确发送到端点.

I take it this is a migrated app since you are using Fabric dependencies. Your app either did not send a build and run event or it got stuck in an inactive state in the pipeline. If you are using Xcode to test this, I recommend launching your app, closing it, and then opening it from the actual virtual device dashboard. This will make sure that a build and run event is being properly sent to the endpoint.

但是,如果我的上述建议不起作用,则您需要写信给support(at)fabric(dot)io,以便他们可以要求您的AppDelegate初始化语句和info.plist来确认可能是什么问题

However, if my above suggestion does not work, then you will need to write in to support(at)fabric(dot)io so they can ask for your AppDelegate init statements and info.plist to confirm what the issue might be.

这篇关于Firebase Crashlytics集成停留在“我们将在监听您的应用程序与我们的服务器进行通信".的iOS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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