Xcode add dependencies to "Project" OR "Target" (difference?)

14 views Asked by At

What's the difference between project dependencies and target dependencies?

  • Project dependencies can be added here:

project dependencies

  • Target dependencies can be added here:

target dependencies


  • in the case of external dependencies (via URL), do we need to add it to both project and target, or is one of those enough?
  • in the case of local dependencies (via the workspace), do we need to add it to both project and target, or is one of those enough?
0

There are 0 answers