Following the tutorial to get the basics for using a plugin, I try to add a framework to the plugin and try to access it. I am able to build just the plugin. When I try to run the application, I get the following error,
duplicate symbol _validate in:
/Application/CoronaEnterprise/App/ios/Framework/OpenEars.framework/OpenEars(OpenEars)
/Application/Coronaenterprise/App/ios/CoronaEnterprise/Corona/ios/lib/libplayer.a(b2Settings.o)
ld: 1 duplicate symbol for architecture i386
clang: error: linker command failure with exit code 1 (use -v to see invocation)
My app name is “App” (not really but for this it is) and the frame work is called OpenEars. I have tried googling and following what was said there for 5 hours to no avail. I need some assistance as to how to fix this error.