Xcode 4 and nested projects — header files not found

后端 未结 8 1530
情话喂你
情话喂你 2020-12-07 10:42

I\'m having a myriad of problems with Xcode 4 and nested projects that worked just well under Xcode 3.2. Here\'s a very basic one I cannot solve:

I\'m building a coc

相关标签:
8条回答
  • 2020-12-07 11:15

    For me, this happened after a GIT merge, which created many conflicts, one of them related to the project file. After the merge, I'm sure the structure of the project file changed.

    What I ended up doing was going into the project "Build Settings", then looking for "Always Search User Paths" and turning it to Yes.

    I guess the merge turned this boolean to No, therefore the project wasn't looking in the right places for the header files.

    0 讨论(0)
  • 2020-12-07 11:18

    Make sure your third party framework is added as «group» to your main project, so you can see it in your project's hierarchy...

    0 讨论(0)
提交回复
热议问题