How to use dylib library in exe project in Mac using XCode?

750 Views Asked by At

I am very new to Xcode and Mac. I have created 2 projects in Xcode. Both are C++.

  1. Creating a library (Standard Dynamic Library).
  2. Using that library in other exe (Command Line Tool).
  3. By using standard templates I have created a dynamic library in C++ in Xcode.
  4. How to use that dylib in my exe project???

Tried googling. Got something, but didn't understood anything.

Please explain step by step procedure to include dylib in exe project. Thanks in advance!

0

There are 0 best solutions below