I am trying to add MQTT Client framework to my project by copying source files to project. It gives me SocketRocket/SRWebSocket.h file not found
errors. I tried including socketRocket Library and changing SocketRocket/SRWebSocket.h
to SRWebSocket.h
then I got errors on following line in MQTTWebsocketTransport.h
file:
urlRequest.SR_SSLPinnedCertificates = self.pinnedCertificates;
What am I doing wrong?