Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Invalid path for SAMKeychainQuery.h #183

Open
jtmilne opened this issue Sep 23, 2017 · 1 comment
Open

Invalid path for SAMKeychainQuery.h #183

jtmilne opened this issue Sep 23, 2017 · 1 comment

Comments

@jtmilne
Copy link

jtmilne commented Sep 23, 2017

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
Copy link

airdrummingfool commented Nov 8, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants