So here we suppose to have two project, one is the library itself ( we will call library project), and the other is the example ios project (we will call example project) with the library as a dependency.
How to configure Xcode
- create a new workspace.
- drag both projects into the workspace.
- delete any related dependencys in the
build phrase
in the example project. - Product --> Schema --> Manage Schema --> Choose the example project schema --> in
build
, add the library schema - clear the build, and run again!