Exclude main project .h file in subproject

45 views Asked by At

I have an xcode project importing a subproject . I put both in a same folder.

Like this :

/app/MainProject
/app/folder/SubProject

There is some same-name file in both project .Example , both project have "test.h" file

When i run the app, SubProject will compile "test.h" file from main project instead of it's own "test.h" file .

So how i cant exclude header file in MainProject from my SubProject ?

Thank you

0

There are 0 answers