Compatibility with AFNetworking 3.0
DarkInsight85 opened this issue · 3 comments
DarkInsight85 commented
I have recently updated my AFNetworking to 3.0, and found out that IOSLinkedInAPI can no longer be compiled as it is dependent on AFNetworking 2.0.
May I know if there is any plan to add support for AFNetworking 3.0?
kimjune01 commented
I quickly made changes to the file causing warnings using this guide, to stop it from breaking:
https://github.com/AFNetworking/AFNetworking/wiki/AFNetworking-3.0-Migration-Guide
jeyben commented
Great - would you like to share it? I mean we could create a new version and make it AFNetworking 3.0 compatible and bump the major version number.
DarkInsight commented
Hi may I know when will this fix be rolled out to master branch?