简体   繁体   English

iOS - [Fabric firebaseMode]:发送到实例的无法识别的选择器

[英]iOS - [Fabric firebaseMode]: unrecognized selector sent to instance

I tried to integrate Crashlytics 3.9.0 as per manual instruction provided here Manual Steps . 我按照手动步骤中提供的手动说明尝试集成Crashlytics 3.9.0。 I see integration is succesfull and able to force crash the app but, when the app is launched next time I see the following crash in the fabric. 我看到集成是成功的,并且能够强制崩溃应用程序,但是,当下次启动应用程序时,我在结构中看到以下崩溃。 Stack trace below: 堆栈跟踪如下:

[Crashlytics] Version 3.9.0 (125) [Crashlytics:Crash:Reports] Packaged report with id <ID> for submission [Crashlytics:Crash:Reports] Submitting report [Crashlytics:Crash:Reports] Submitting async /var/mobile/Containers/Data/Application/file..multipartmime -[Fabric firebaseMode]: unrecognized selector sent to instance 0x1d009a4a0 *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[Fabric firebaseMode]: unrecognized selector sent to instance 0x1d009a4a0'

I have enabled the [Crashlytics sharedInstance].debugMode = YES; 我启用了[Crashlytics sharedInstance].debugMode = YES; I didn't see much debug information. 我没有看到太多的调试信息。

I checked the changelog for 3.9.0 release which says SDK updates to support future Firebase integrations. 我检查了3.9.0版本的更新日志,其中说SDK更新以支持未来的Firebase集成。

Is anyone facing this issue ? 有人面临这个问题吗? Any help would be apprciable, thanks in advance. 任何帮助都是适用的,提前谢谢。

Mike from Fabric here. 来自Fabric的Mike来自这里。 We had a bug in our most recent deploy of the SDK when using the Manual Steps mentioned in the post. 在使用帖子中提到的手动步骤时,我们最近部署SDK时遇到了错误。 If you re-download the SDK from the same page and use that, you'll be all set. 如果您从同一页面重新下载SDK并使用它,那么您将全部设置完毕。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM