I do not quite understand when to use the workspace.
Here is what I have done so far โ When I need to use the static library of another project, I drag and drop the .xcodeproj file from finder into the Xcode navigator of my new project, link the libraries, add user paths and get started. I also add relevant target dependencies.
Why is it better to use a workspace? Should I use a workspace? I tried to understand the apple documentation, but it seems to me that I get everything I need without explicitly creating a workspace.
source share