Including an embedded framework using a cross-project-reference: Header no such file or directory
- by d11wtq
I'm trying to create a Cocoa framework by using a cross-project reference in Xcode.
I have 2 projects: one for the framework; one for the application that will use the framework.
This framework is not intended to be stored within the system; it is an embedded framework that lives within the application bundle.
I have successfully made the…