You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 20, 2025. It is now read-only.
The methods retrieving foundation objects:
secretStringForKey:(NSString *)keyshould have _Nullable in the return type else in Swift it will implicitly unwrap everything.
It should look like:
- (NSString *_Nullable)secretStringForKey:(NSString *)key