Hi, I use both Firebase Authentication and Firebase Analytics plugins and when I try to build I get a series of errors like this:
objc[36176]: Class FIRAnalyticsConfiguration is implemented in both /Users/rustysly/Library/Application Support/Corona/Simulator/Plugins/plugin_firebaseAnalytics.dylib (0x14fe71d00) and /Users/rustysly/Library/Application Support/Corona/Simulator/Plugins/plugin_firebaseAuth.dylib (0x159d68d78). One of the two will be used. Which one is undefined.
How can I solve this issue?