facebookincubator / SocketRocket

A conforming Objective-C WebSocket client library.
Other
9.56k stars 2.01k forks source link

Warnings when using Cocoapods #555

Open funkyboy opened 6 years ago

funkyboy commented 6 years ago

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 :)