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 fde50f4 commit 9b6c045Copy full SHA for 9b6c045
Branch-SDK/Branch-SDK/BNCKeyChain.m
@@ -232,7 +232,7 @@ + (NSString*_Nullable) securityAccessGroup {
232
if (status == errSecItemNotFound) return nil;
233
if (status != errSecSuccess) {
234
BNCLogDebugSDK(@"Get securityAccessGroup returned(%ld): %@.",
235
- status, [self errorWithKey:nil OSStatus:status]);
+ (long) status, [self errorWithKey:nil OSStatus:status]);
236
return nil;
237
}
238
NSString*group =
0 commit comments