If you have multiple Xcode Projects that are related, you should probably be using an Xcode Workspace to bind them together. This way you can define the dependencies between the projects, which will allow the dep project to build before the other project. See the Xcode docs.
↧