Over time when you develop an application you add new libraries to it, new frameworks needed for the libraries to work. Then you remove libraries and if you are like me you have forgotten to remove the frameworks that you initially added.
Is there a way to find out what frameworks are needed for my code to function?
ld
's errors. – Lascivious