Closed ogres closed 6 years ago
Thanks, you are right yes. This should have been caught on CocoaPods publish but I think I disabled that check and it went through.
Sorry about this, will try to fix it as soon as possible.
Released 0.12.0
Thank you!
Hello,
After updating to 0.11.0 I got a compilation error because of missing
MQTTSessionManager.h
file.I am using
'MQTTClient/Min'
, min does not includeMQTTSessionManager
, butMQTTClient.h
tries to import it anyway.Its easily reproducible on a fresh project,
pod init
pod 'MQTTClient/Min'
pod install
Then open Workspace, import MQTTClient and press compile.
Solution would be to add compilation directives, to only import
MQTTSessionManager
when its available.