SAMKeychain icon indicating copy to clipboard operation
SAMKeychain copied to clipboard

Invalid path for SAMKeychainQuery.h

Open jtmilne opened this issue 6 years ago • 1 comments

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>

?

jtmilne avatar Sep 23 '17 23:09 jtmilne

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).

airdrummingfool avatar Nov 08 '17 22:11 airdrummingfool