library not found for -lwebp error in 2.15 driving me mad

I am getting this error and I have no idea to get around it… searched around for solutions and it seems I am the only one with this problem … pls help thanks….

clang: warning: argument unused during compilation: ‘~~websockets’
ld: warning: directory not found for option ’~~L/Users/siddharthshekar/Documents/Projects/endlessFlyer/endlessFlyer/libs/cocos2dx/platform/third_party/ios/libraries’
ld: warning: directory not found for option ‘~~L/Users/siddharthshekar/Documents/Projects/endlessFlyer/endlessFlyer/libs/libwebsockets/ios/lib’
ld: warning: directory not found for option ’~~L/Users/siddharthshekar/Documents/_Projects/Cocos2d-X/endlessFlyer/endlessFlyer/libs/libwebsockets/ios/lib’
ld: warning: directory not found for option ’L/Users/siddharthshekar/Documents/_Projects/Cocos2d-X/endlessFlyer/endlessFlyer/libs/cocos2dx/platform/third_party/ios/libraries’
ld: library not found for
lwebp
clang: error: linker command failed with exit code 1 (use -v to see invocation)

could anyone help me with this error???

Make sure you have added correct library in Build Phase and correct library path in Search Library in Build-setting section.