-
Notifications
You must be signed in to change notification settings - Fork 534
Error in iosBeforePrepareHook #77
Comments
Looks like your environment doesn't yet support Array.prototype.find. Here's a workaround in iosBeforePrepareHook.js:
|
@lunchbag is probably correct. @mike-nelson you can either update your version of the node, or use the code snippet from above. |
@nikDemyankov Just confirming I get the same error using node 6.4.3 and 6.5.0. lunchbag's fix does work correct it though |
Thanks. Can this polyfill be committed to the project? Cheers Mike Nelson // CEO (and Developer)
|
Will do |
…lugin * 'master' of github.com:nordnet/cordova-universal-links-plugin: Fixed warning, that entitlements file is not set in the reference section. Fix for nordnet#77
Fixed in v.1.2.1. |
I tried to add this plugin and build cordova and it throws an error in the hook script.
undefined is not a function
at getOldProjectName in iosBeforePrepareHook,js:65:27
My project name is "Speaking Email" and it has not changed.
The text was updated successfully, but these errors were encountered: