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 fa0a844 commit 1836823Copy full SHA for 1836823
Sources/BranchSDK/BNCKeyChain.m
@@ -150,7 +150,7 @@ + (NSError*) removeValuesForService:(NSString *)service key:(NSString *)key {
150
// The security access group string is prefixed with the Apple Developer Team ID
151
+ (NSString * _Nullable)securityAccessGroup {
152
static NSString *_securityAccessGroup = nil;
153
- static dispatch_once_t onceToken;
+ static dispatch_once_t onceToken = 0;
154
dispatch_once(&onceToken, ^{
155
156
// The keychain cannot be empty prior to requesting the security access group string. Add a tmp variable.
0 commit comments