You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
If I only have Android platform installed, everything is okay. But if I also have iOS platform installed the whole iOS platform is getting ruined and cannot build any more, get the next error:
Unable to load PlatformApi from platform. Error: Cannot find module 'unorm'
Unhandled error. (The platform "ios" does not appear to be a valid cordova platform. It is missing API.js. ios not supported.)
I understand that probably this feature is only allowed on Android but it shouldn't cause and ruin the iOS platform when installing it (cordova plugin add ....). What I probably need to do now is to completely remove the iOS platform, remove the plugin re-install the iOS platform and give up from this plugin since it stucks the iOS.
It could be better if this plugin was consider about the iOS platform or even very much better, to also function and work there.
BTW, on Android it works very good.
The text was updated successfully, but these errors were encountered:
If I only have Android platform installed, everything is okay. But if I also have iOS platform installed the whole iOS platform is getting ruined and cannot build any more, get the next error:
I understand that probably this feature is only allowed on Android but it shouldn't cause and ruin the iOS platform when installing it (cordova plugin add ....). What I probably need to do now is to completely remove the iOS platform, remove the plugin re-install the iOS platform and give up from this plugin since it stucks the iOS.
It could be better if this plugin was consider about the iOS platform or even very much better, to also function and work there.
BTW, on Android it works very good.
The text was updated successfully, but these errors were encountered: