Hello folks, newbie question here. I want to integrate a static C++ library I made into an existing project. Since I was advised against linking the binary directly with the project (since it is going to be distributed on iOS and MacOS and I did not want to make a fat library), I tried adding the library project as a subproject into the workspace.
The problem I am facing now is that my library subproject can´t be found when I try adding it as a dependency to the main project, which is in the same workspace. I am using Xcode 13.
Thank you for your help, Raphael