QuickBlox / q-municate-services-ios

Easy-to-use services for Quickblox SDK, for speeding up development of iOS chat applications
BSD 3-Clause "New" or "Revised" License
31 stars 42 forks source link

Cannot find interface declaration for 'QMServicesManager', superclass of 'ServiceManager' #350

Closed Prady11 closed 6 years ago

Prady11 commented 6 years ago

I am using " pod 'QMServices' '~> 0.5.5'" pod for QMServices in my project file. But when i am trying to it as a subclass of Servicemanager class eg. ServiceManager:QMServicesManager then it showing compile time error 'Cannot find interface declaration for 'QMServicesManager', superclass of 'ServiceManager''.

So kindly requesting to you please look into this issue.