While using SocketRocket via Cocoapods the new Xcode 9.2 throws a few warnings, like:
- Ignoring return value of function declared with 'warn_unused_result'
- Enumeration value 'NSURLNetworkServiceTypeCallSignaling' not handled in switch
From what I can see those have been already addressed in the master branch. Is anybody going to push those changes in a new Cocoapod release?
It's a pod trunk push SocketRocket.podspec away :)
While using SocketRocket via Cocoapods the new Xcode 9.2 throws a few warnings, like:
From what I can see those have been already addressed in the master branch. Is anybody going to push those changes in a new Cocoapod release?
It's a
pod trunk push SocketRocket.podspec
away :)