Xcode - File not found but build successful

后端 未结 6 752
野的像风
野的像风 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:24

    I deleted the #import, then moved to a different line and used autocomplete to reenter the import. That error and all others like it disappeared. Strange bug.

提交回复
热议问题