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 9a0fb0f commit f53e951Copy full SHA for f53e951
Firebase/InAppMessagingDisplay/FIRIAMDefaultDisplayImpl.m
@@ -58,6 +58,13 @@ + (NSBundle *)getViewResourceBundle {
58
// This is assuming the display resource bundle is contained in the main bundle
59
NSURL *bundleURL = [containingBundle URLForResource:@"InAppMessagingDisplayResources"
60
withExtension:@"bundle"];
61
+ if (bundleURL == nil) {
62
+ FIRLogWarning(kFIRLoggerInAppMessagingDisplay, @"I-FID100007",
63
+ @"FIAM Display Resource bundle "
64
+ "is missing: not contained within bundle %@",
65
+ containingBundle);
66
+ }
67
+
68
resourceBundle = [NSBundle bundleWithURL:bundleURL];
69
70
if (resourceBundle == nil) {
0 commit comments