Xcode - File not found but build successful

后端 未结 6 645
野的像风
野的像风 2021-02-01 08:31

In my project, I\'ve include a full \"shared\" folder by link (not copy) that is outside my project folder.

In the .pch file, I have #import \"MyStandardHeader.h

6条回答
  •  北恋
    北恋 (楼主)
    2021-02-01 09:09

    Merely closing XCode (6.4) fixed my particular case of this issue. I opened it back up, cleaned the project, and built. Warnings were gone! Before I closed XCode, I cleaned and built and the warnings would not leave. So something about closing XCode did it. Hope this helps others!

提交回复
热议问题