Objective C – Apple Mach – O Linker Error

It means you are missing a framework.

Look for the method name in the error. In my case it was some CAAnimation call used by a class. CAAnimation is used by the framework QuartzCore. Hence by adding QuartzCore framework, I solved this issue.