MQTT-Client-Framework
MQTT-Client-Framework copied to clipboard
MQTTWebsocketTransport missing in framework
It seems that MQTTWebsocketTransport.h is not public for the MQTTClient framework generated. Simply adding the header file (assuming the lib includes the class implementation) to a project doesn't work because the header includes other non-public headers.
- Harald
The MQTTWebsocketTransport.m file is not included in any of the targets. Adding it to the targets introduces a build error that SocketRocket is missing - guess that's a dependency for WebSockets.
Yes, thanks. I found this to be the root cause it is not included in the framework. Using CocoaPads actually fixed the problem. MQTTWebsocketTransport is mentioned in the top level documentation prominently. It would probably make sense to add this finding as a comment for other users.