0

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?

Suraj Sukale
  • 1,778
  • 1
  • 12
  • 19

1 Answers1

0

Copying the framework package to the Project tree on Xcode solved the problem. remember to make sure the framework is also linked and files are copied in the Build Phases section