GrahamDennis / GDFileManagerKit

A consistent iOS API for cloud file storage services including Dropbox and Google Drive.
MIT License
281 stars 56 forks source link

Update AFNetworking #5

Open BobDG opened 10 years ago

BobDG commented 10 years ago

I think you use an old version of AFNetworking. It was already in my project because I already use it for something else and now I get million compile errors because your code calls old methods of afnetworking...

richard-wu commented 10 years ago

I have updated my existing code because of upgrading AFNetworking to 2.0. I hope GD can do this, too.

lcmoba commented 10 years ago

same issue here, the code still giving compile errors because libraries have been updated to recent versions and the GD code still is using old versions.

richard-wu you have updated the code. Could you share?

kiwi07 commented 8 years ago

Please update AFNetworking to the latest version!