Adding the Required Dependencies

Add the required libraries and header files to your project.

  1. Copy the library and the belonging .h files to a dedicated folder (for example, MAFExtLib).
  2. In Xcode, open the client app. Right-click Frameworks and select Add Files to “<project name>”.
  3. Browse to the directory containing the Extensibility library, then select Copy items into destination group’s folder.
    This copies the .a file and the headers under your project’s directory structure.
  4. Click Add.