Search code examples
xcodecompilationxcode7

Compiler warning after install Xcode 7 Directory not found for option '-F ...'


I check this answer with no success. Maybe sounds obvious but I look for inside the path and effectively does not exist the path, but this path is used for Xcode and not for my code (at least not that I know it)

enter image description here

The folder suppose to be here the but it does not exist (create the folder manually but does not fix it) enter image description here

Somebody have an idea ?


Solution

  • I had the same problem, here's how I solved it:

    Go to the "Build Settings" of the Tests Targets (Make sure it's the "Tests" files with the white building block logo) and erase the Framework Search Paths.

    Since you claim that the path doesn't exist, I suppose you were looking under the normal file instead of the "Tests". At least that was my mistake.

    Good Luck!