I am trying to add RMQClient framework
to my XCODE 7.3
project.
I am following the steps as specified in https://github.com/rabbitmq/rabbitmq-objc-client as well as in the RabbitMQ
official site.
After adding the framework and running Tools->Build
I am receiving
ld: framework not found RMQClient
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error messages and can't import any of the header files from the framework. Any suggestions for this issue?