Closed himanshujoshi47 closed 10 years ago
This class is not supported on OS X. I wrote it for iOS and unfortunately, there are differences between OS X and iOS when it comes to the keychain. I'm hoping someone more familiar with working with the keychain on OS X will step up and make Lockbox OS X compatible. But so far, that hasn't happened yet. :-) Sorry.
Hi, I am using this file to develop an application for MAC, but the program suspends in
+(BOOL)setString:(NSString )value forKey:(NSString )key { return [self setString:value forKey:key accessibility:DEFAULT_ACCESSIBILITY]; // here the program suspends }