We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
First, thanks for the hard work done on this lib ! Here is the thing :
I'm importing this lib in the Podfile with s.dependency 'SwiftyRSA/ObjC', '1.7.0'.
Podfile
s.dependency 'SwiftyRSA/ObjC', '1.7.0'
When adding the header #import <SwiftyRSA/SwiftyRSA.h> in my .m file, Xcode complains that SwiftyRSA does not exist when using it.
#import <SwiftyRSA/SwiftyRSA.h>
.m
SwiftyRSA
How to import the correct header ? Which one is it ? None of the headers present in the Pods folder work.
It would be cool to add a small line in the README.md on how to import for each language (Swift and ObjectiveC) ;)
README.md
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
First, thanks for the hard work done on this lib ! Here is the thing :
I'm importing this lib in the
Podfile
withs.dependency 'SwiftyRSA/ObjC', '1.7.0'
.When adding the header
#import <SwiftyRSA/SwiftyRSA.h>
in my.m
file, Xcode complains thatSwiftyRSA
does not exist when using it.How to import the correct header ? Which one is it ? None of the headers present in the Pods folder work.
It would be cool to add a small line in the
README.md
on how to import for each language (Swift and ObjectiveC) ;)The text was updated successfully, but these errors were encountered: