MQTT-Client-Framework icon indicating copy to clipboard operation
MQTT-Client-Framework copied to clipboard

Carthage support for web sockets

Open brettm opened this issue 8 years ago • 2 comments
trafficstars

When using Carthage to build frameworks the MQTTWebSocketTransport is not available.

Example Cartfile: github "ckrey/MQTT-Client-Framework"

Is there a way to include this submodule in the built framework through Carthage update?

brettm avatar Jul 27 '17 15:07 brettm

I wanted to elimate the dependency on SocketRocket, this is why WebSockets are not included.

I am not sure how to create a Framework with such a dependency. Maybe you can help?

ckrey avatar Aug 02 '17 17:08 ckrey

Might be related to this https://stackoverflow.com/questions/45498761/ios-carthage-with-mqtt-framework

As there are a lot of questions around this, I had tried to create a StackOverflow tag for this, not sure if it's not going to be deleted.

https://stackoverflow.com/questions/tagged/ios-mqtt-client-framework

JackLeo avatar May 18 '18 09:05 JackLeo