We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0988096 commit b9e8c48Copy full SHA for b9e8c48
Crashlytics/Crashlytics/Public/FIRCrashlytics.h
@@ -14,6 +14,12 @@
14
15
#import <Foundation/Foundation.h>
16
17
+#if __has_include(<Crashlytics/Crashlytics.h>)
18
+#warning "FirebaseCrashlytics and Crashlytics are not compatible \
19
+in the same app because including multiple crash reporters can \
20
+cause problems when registering exception handlers."
21
+#endif
22
+
23
NS_ASSUME_NONNULL_BEGIN
24
25
/**
0 commit comments