I am getting this error after adding the libxml2.2.dylib file
Linking /Users/Biranchi/Desktop/Funmovies TabBarController/build/Debug-iphonesimulator/funmovi
Make sure you import with correct extension.
I got the error when I by mistake wrote #import "AClass.m" instead of #import "AClass.h" :-)
#import "AClass.m"
#import "AClass.h"