-
Notifications
You must be signed in to change notification settings - Fork 468
Open
Description
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
- Operating system: iOS
- Software version: Any
- Package Manager: Cocoapods
- MQTTClient version: 0.15.3
- MQTT Broker used: Any
Link to logs
Steps to reproduce
- Create a new project with a Podfile containing
pod 'MQTTClient/Websocket', '0.15.3'
- Run
pod update
- Try to build the project
Expected behaviour
Build succeeds
Actual behaviour
Build fails because it can't build MQTTWebsocketTransport.m
loiemilio, muzyukin-bolt and dianluyuanli
Metadata
Metadata
Assignees
Labels
No labels