rabbitmq / rabbitmq-objc-client

RabbitMQ client for Objective-C and Swift
https://rabbitmq.com
Other
241 stars 84 forks source link

Module RMQClient Not Found #92

Closed Rahulgupta-cdnsol closed 8 years ago

Rahulgupta-cdnsol commented 8 years ago

I have added pod 'RMQClient', '~> 0.10.0' in my project and after I have imported @import RMQClient; but it gives me error that Module RMQClient Not Found and along with this getting other error as well like JSValue not found. Please help me out how can I resolve this issue.

Thanks,

michaelklishin commented 8 years ago

Please post questions to rabbitmq-users or Stack Overflow. RabbitMQ uses GitHub issues for specific actionable items engineers can work on, not questions. Thank you.

michaelklishin commented 8 years ago

You need to tell Carthage/CocoaPods update the dependencies listed.