I updated to xCode 7.1 today and tried to build my app but I\'m getting this error:
I have already tried going to Build Settings under \"Target\" and set \"
https://forums.developer.apple.com/thread/23554
Just remove the header search paths in build settings. In new Xcode versions (after 7.0 I guess) you need to look for the headers by linking frameworks and not by linking header files directly.