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 has been archived by the owner on Aug 24, 2019. It is now read-only.
That was the valid path/dir for SSKeychainQuery.h. I just got around to converting over to SAMKeychain and the directory structure has changed (there is now a Sources directory) so I'm not sure how this is working for anyone. Shouldn't it be:
#import <Sources/SAMKeychainQuery.h>
OR
#import <SAMKeychain/Sources/SAMKeychainQuery.h>
?
The text was updated successfully, but these errors were encountered:
SAMKeychain.h contains this line:
#import <SAMKeychain/SAMKeychainQuery.h>
That was the valid path/dir for SSKeychainQuery.h. I just got around to converting over to SAMKeychain and the directory structure has changed (there is now a Sources directory) so I'm not sure how this is working for anyone. Shouldn't it be:
#import <Sources/SAMKeychainQuery.h>
OR
#import <SAMKeychain/Sources/SAMKeychainQuery.h>
?
The text was updated successfully, but these errors were encountered: