XCode: Accidently delete "Link Binary with Library" option from Build phases
xcode
Solution
There is a menu item you can use to add build phases.
Problem
I accidentally deleted "Link Binary with Library" option from my project's "Build Phases". Now I am unable to see this option in my project's target-> Build Phases. (As a result my all Frameworks and libs are removed) My project is showing errors. Can anybody guide me as to how to recover it?