gpt4 book ai didi

ios - Firebase Crashlytics集成停留在“我们将在监听您的应用程序与我们的服务器进行通信”。的iOS

转载 作者:行者123 更新时间:2023-12-01 21:58:11 31 4
gpt4 key购买 nike

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

我遵循了所有步骤,包括运行脚本

"${PODS_ROOT}/Fabric/run"

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

贝娄是我在项目中使用的Pod文件列表。

谁能帮我解决这个问题。我从两天起就被困在这里。
# 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依赖项。您的应用未发送构建和运行事件,或者被卡在了管道的非 Activity 状态。如果您使用Xcode进行测试,建议您启动您的应用程序,将其关闭,然后从实际的虚拟设备仪表板中打开它。这将确保将构建和运行事件正确发送到端点。

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

关于ios - Firebase Crashlytics集成停留在“我们将在监听您的应用程序与我们的服务器进行通信”。的iOS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60967698/

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