Open RockLobster opened 3 years ago
Workaround: In your Podfile also add a dependency on SocketRocket 0.5.1
If my socketRocket is '0.6.0' and MQTTClient/Websocket is 0.15.3 , i am getting error build: Property 'SR_SSLPinnedCertificates' not found on object of type 'NSMutableURLRequest *'
My Podfile has -
pod 'MQTTClient' pod 'MQTTClient/Websocket', '~> 0.15.3' pod 'SocketRocket', '0.6.0'
if i change socketRocket to '0.5.1' and MQTTClient/Websocket is 0.15.3 , i am getting below error
CocoaPods could not find compatible versions for pod "SocketRocket": In Podfile: FlipperKit/Core (= 0.125.0) was resolved to 0.125.0, which depends on SocketRocket (~> 0.6.0)
Short description
MQTTClient.podspec declares a dependency on SocketRocket but without declaring a version. Last night SocketRocket got updated and now MQTTClient/Websocket no longer builds.
Environment
Link to logs
GIST
Steps to reproduce
pod update
Expected behaviour
Build succeeds
Actual behaviour
Build fails because it can't build
MQTTWebsocketTransport.m