I'm developing an app using the ionic framework, but when I add the OneSignal plugin on the iOS platform I'm having some errors:
"Failed to install 'onesignal-cordova-plugin': undefined (node: 3302) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Version should contain only numbers and dots "
I have already done some commands like:
sudo gem install cocoapods
prod repo update
But I did not succeed.
Would anyone have any tips on what to do to install OneSignal?