I was unable to manually install the framework inside my cocoa framework project (iOS 12.0+).
At first I have tried to build the project from the repo and drag/drop the .framework file from Products to my project. This resulted in a crash while running on the device "dyld: library not loaded image not found" (same crash for Do not embed & Embed & Sign)
I have also tried to drag/drop MQTTClient/MQTTClient to my project but the files related to SocketRocket couldn't be found.
Can you help me with some instructions regarding manual installation ?
I was unable to manually install the framework inside my cocoa framework project (iOS 12.0+). At first I have tried to build the project from the repo and drag/drop the
.framework
file from Products to my project. This resulted in a crash while running on the device "dyld: library not loaded image not found" (same crash for Do not embed & Embed & Sign) I have also tried to drag/dropMQTTClient/MQTTClient
to my project but the files related to SocketRocket couldn't be found.Can you help me with some instructions regarding manual installation ?