i tried to install with pod. but i have an error.
i used 'pod 'Socket.IO-Client-Swift', '~> 10.2.0' # Or latest version' but terminal get error like below.
[!] Unable to satisfy the following requirements:
Socket.IO-Client-Swift (~> 10.2.0) required by PodfileNone of your spec sources contain a spec satisfying the dependency: Socket.IO-Client-Swift (~> 10.2.0).
You have either:
pod repo update.Note: as of CocoaPods 1.0, pod repo update does not happen on pod install by default.
Have you run pod repo update?
It's solved. thanks!
@nuclearace you saved my day! Thanks!!
Thanx
Most helpful comment
Have you run
pod repo update?