Xcode target dependencies between two projects

I have a problem setting dependencies in Xcode 4 between separate projects. Currently, I have two projects in one workspace. In the first project there is a frame among the products. I would like to use this structure in the second project as a dependency for the bundle .

The first project has been successfully completed. However, the second claims that he cannot access the headers from the framework, although he exists there. I added a framework for assembling phases -> Link to binary code with libraries of my purpose, but this does not help. I was looking for an answer, but all I found were suggestions for adding a library to the Summary page. Unfortunately, unlike target applications, the Bundle target does not have this panel. Is there any other place where I should add structure?

+5
source share
1 answer

This answer describes the current procedure for adding a library dependency, including the headers: fooobar.com/questions/138505 / ...

+2
source

All Articles