Add the required libraries and header files to your project.
- Copy the library and the belonging .h files to a dedicated folder (for example,
MAFExtLib).
- In Xcode, open the client app. Right-click Frameworks and
select Add Files to “<project name>”.
- 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.
- Click Add.