Invalid path for SAMKeychainQuery.h
jtmilne opened this issue · 1 comments
jtmilne commented
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>
?
airdrummingfool commented
I'm having a similar issue. I added the files to Xcode and then did
#import "SAMKeychain.h"
and I get the following error on line 203 of SAMKeychain.h
:
'SAMKeychain/SAMKeychainQuery.h' file not found
Edit: This happens when trying to replace an existing, working installation of SSKeychain
(probably version 1.0.4).