After exporting for iOS, I cannot add any cordova plugin by using CLI. For example I want to use "cordova-plugin-firebase" plugin in my project, however I get this error message:
"CordovaError: Current working directory is not a Cordova-based project."
How can I add cordova plugins into the iOS builds?
Thank you...