Search code examples
unit-testingxcode4xcode5

sentestingkit/sentestingkit.h' file not found on Xcode 4.6.x


I've got this error which took me a while to solve.

Problem is that the Xcode 4.6.x doesn't recognise this library suddenly without me changing anything.

Because I assume many of you would have same problem I post it here.


Solution

  • Solving this issue is pretty simple. This happened because I've been used Xcode 5 which apparently change the style of the "Framework search path" on the build settings.

    It change is a way that each '"' mark converted into '\"'. So to solve it just go there on Xcode 4.6.x and remove the '\' before the '"'.

    I'm sure it could change more things there so add it here if you get another changes between those versions.