I was working on my project and suddenly after editing the code and compiling gave this error:
ld: warning: directory not found for option \'-
L/Use
In my case i have add reference of FacebookLoginSDK framework but forget to give search path in build setting. After removing its reference everything was fine.
So conclusion is if you are adding any external framework be careful.
I was also having same issue and I did following and issue is gone.
Go to Product -> Clean and re-run the project.
I hope it might be useful for some other developers.
you only need to add the following framework: quartzcore.framework