novastone-media / MQTT-Client-Framework

iOS, macOS, tvOS native ObjectiveC MQTT Client Framework
Other
1.84k stars 459 forks source link

Unable to manually install #571

Open alexandramuresan26 opened 3 years ago

alexandramuresan26 commented 3 years ago

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 ?

tagy commented 3 years ago

I had the same issue, I fixed it by also adding 'SocketRocket.framework' to my project.