Her is a problem with xcode that had being bothering me with for a while.
In Visual studio to can make a static library project and then you cna add tha project to any othe project as a dependency.
If you use any makefile, you also can call othe make files and even pass parameters as argument.
However in Xcode I can not figure ut hwo to make a project a dependency of of anoteh project.
for example I have a math library, teh Netwon core, the container, etc
How can I make those sub projects of teh Main application with out having to recreate the project as a target?
bafore this was ok because the libraryes were close source but now I want to add them as dependecies to the demos by I cannot figure it out