I am developing one application which is working fine but when i try to include NinjaMyApp folder (using drag & drop), I get duplicate symbol error.
ld: duplicate symbol _OBJC_CLASS_$_InfoView in /Users/xyzpath/NinjaMyApp-v0.32/NinjaMyApp-v0.32/4mnow-1.32/4mnowLaunchPad/4mnowLaunchPad.a(InfoView.o) and /Users/xyzpath/NinjaMyApp-v0.32/NinjaMyApp-v0.32/4mnow-1.32/4mnowBasic/4mnowBasic.a(InfoView.o) for architecture i386
Thanks in advance.
I don’t know anything about the static libraries you’re using but apparently two of them have duplicate names for classes in them: LaunchPad.a and Basic.a. Perhaps they’re not meant to be used together?