Accessing Xcode subprojects from different main projects

I have various main Xcode projects referencing the same Xcode sub projects. However Xcode only allows to open one of the main projects with the shared sub project available for accessing its files and building.

How can I create main projects that are able to open shared sub project at the same time?

Accessing Xcode subprojects from different main projects
 
 
Q