I get this error when trying to install the way it is currently:
[!] Unable to satisfy the following requirements:
- `Socket.IO-Client-Swift (~> 8.0.0)` required by `Podfile`
None of your spec sources contain a spec satisfying the dependency: `Socket.IO-Client-Swift (~> 8.0.0)`.
You have either:
* out-of-date source repos which you can update with `pod repo update`.
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
Note: as of CocoaPods 1.0, `pod repo update` does not happen on `pod install` by default.
I've been experimenting with attempts to get this to build on ios10 and xcode8. This is the pod spec you want to use:
When asked to
convert Swift code
in xcode choose2.3
.Based off this research: https://github.com/socketio/socket.io-client-swift/issues/492
I get this error when trying to install the way it is currently: