DyKnow / SignalR-ObjC

Objective-C Client for the SignalR Project works with iOS and Mac
MIT License
442 stars 213 forks source link

SignalR-Objc requires AFNetworking (~> 2.0) and do not allows to update AFNetworking to 3.1.0 #257

Closed nabeelarif closed 8 years ago

nabeelarif commented 8 years ago

I am unable to update to latest version of AFNetworking i.e 3.1.0 because SignalR-Objc requires (~> 2.0)

$ pod install
Analyzing dependencies
[!] Unable to satisfy the following requirements:

- `AFNetworking (= 3.1.0)` required by `Podfile`
- `AFNetworking (~> 2.0)` required by `SignalR-ObjC/Core (2.0.1)`
flotteur commented 8 years ago

I think this is a duplicate of #233

abillingsley commented 8 years ago

This is a duplicate of #233 SignalR-ObjC does not yet support AFNetworking 3.x

thesaad commented 8 years ago

Hey Folks: Found solution to this. Please see answer by "Saad" for this question on Stackoverflow. But you will be required to edit code of SignalR by using Xcode. That is to replace all old AFHTTPRequestOperation to latest AFNetworking 3.0 according to the AFNetowrking 3.0 Migration Guid