tkyaji / cordova-plugin-crypt-file

This plugin to encrypt the source files.
Apache License 2.0
179 stars 116 forks source link

Cannot find module '../cordova/metadata/ios_parser' #48

Closed gabrielbhs closed 7 years ago

gabrielbhs commented 7 years ago

Dear,

when i build for iOS platform, console shows files being encrypted but in the end fail with that message:

Error: Cannot find module '../cordova/metadata/ios_parser'

Am i doing something wrong?

jordanorc commented 7 years ago

Same problem here!

spencerevison commented 7 years ago

Also getting this

wendellpalazzo commented 7 years ago

Houston we have a problem!!! ;) Same problem here!

thibautsabot commented 7 years ago

It's a problem since the cordova v7 release as it's working fine on 6.5.0.

They decided to refractor some platform specific stuff and removed the ios_parser file.

s-s commented 7 years ago

Fixy fix #51 Taken from 6.5.0 ios_parser

tkyaji commented 7 years ago

Merged #51. Thanks for s-s.

thibautsabot commented 7 years ago

@tkyaji

Shouldn't you upgrade the version number ?

After removing the plugin and installing it again I still got the old code.

tkyaji commented 7 years ago

Sorry. I forgot to npm publish. Please run cordova plugin add again.

thibautsabot commented 7 years ago

Awesome, thank you !