You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
In AFHTTPRequestSerializer+OAuth2.h and AFOAuth2Manager.h, I suggest you change
#import <AFNetworking/...h>
to:
#import <AFNetworking.h>
for increased compatibility. They currently result in an error if include paths aren't set to include system paths, which is important to many developers.
Thanks,
Drew
The text was updated successfully, but these errors were encountered:
Hello,
In AFHTTPRequestSerializer+OAuth2.h and AFOAuth2Manager.h, I suggest you change
#import <AFNetworking/...h>
to:
#import <AFNetworking.h>
for increased compatibility. They currently result in an error if include paths aren't set to include system paths, which is important to many developers.
Thanks,
Drew
The text was updated successfully, but these errors were encountered: