getting this error while linking an app, some one an idea?
ld: duplicate symbol _OBJC_METACLASS_$_FBCustomLoginDialog1 in ….
Command
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang
failed with exit code 1
As i know i linking a file twice… budet how to fix it?
The same .m file is likely included in your project twice. See this thread for suggestions on how this could have happened.