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 0322e33 commit e2aac4bCopy full SHA for e2aac4b
app/src/util_ios.mm
@@ -230,9 +230,9 @@ + (void)load {
230
} else {
231
if (appDelegateClassName) { // Key is present but value is invalid (e.g., empty string or
232
// wrong type).
233
- NSLog(@"Firebase Error: Info.plist key '%@' has an invalid value ('%@'). Proceeding "
234
- @"with default swizzling.",
235
- kFirebaseAppDelegateClassNameKey, appDelegateClassName);
+ NSLog(@"Firebase Error: Info.plist key '%@' has an invalid value ('%@'). Proceeding "
+ @"with default swizzling.",
+ kFirebaseAppDelegateClassNameKey, appDelegateClassName);
236
} else { // Key is not present.
237
// This is the default case, no special logging needed here beyond the swizzling log itself.
238
}
0 commit comments