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
Trying to run the example as is. Xcode Version 7.1.1 (7B1005), December 2015
First got a "File not found" for in KFAWSCredentialsProvider.m for #import <Bolts/BFTask.h>
KFAWSCredentialsProvider.m
#import <Bolts/BFTask.h>
Adding pod 'Bolts' to Podfile fixed this.
pod 'Bolts'
Now getting error Expected a type on line 42 of KFAWSCredentialsProvider.h
Expected a type
- (AWSTask *)refresh;
It doesn't know what a AWSTask is, it seems.
The text was updated successfully, but these errors were encountered:
I got the same issue. Got issue on same line, any one know the solution.
Sorry, something went wrong.
No branches or pull requests
Trying to run the example as is. Xcode Version 7.1.1 (7B1005), December 2015
First got a "File not found" for in
KFAWSCredentialsProvider.m
for#import <Bolts/BFTask.h>
Adding
pod 'Bolts'
to Podfile fixed this.Now getting error
Expected a type
on line 42 of KFAWSCredentialsProvider.hIt doesn't know what a AWSTask is, it seems.
The text was updated successfully, but these errors were encountered: