I have an xcode project and it has a subproject.
projectA.xcodeproj
projectB.xcodeproj
scripts
sdks
projectA
resources
Currently I am in a file in projectA but need to access a function in projectB. This function is also dependent on custom SDKs within Project B. How might I go about this? So far I have tried to expand the header file search to Users/me/DocumentsProjectA/ProjectB with no success.