tkyaji / cordova-plugin-crypt-file

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

Cordova/CDVURLProtocol.h missing in cordova-ios 6.0.0 #91

Open eyganeshv opened 4 years ago

eyganeshv commented 4 years ago

https://github.com/apache/cordova-ios/pull/783

Read the above URL. breaking (CDVURLProtocol): delete by the cordova-ios team.

enricodente commented 4 years ago

Until this is not fixed, I forked this repo and created a version that is enabled on Android only, so that it does not break iOS platform.

cordova plugin add cordova-plugin-crypt-file-android

I hope this helps until the CDVURLProtocol dependency gets replaced with an alternative.

chorauoc commented 3 years ago

Any new about when this will fix and available for IOS

weareu commented 2 years ago

Pull request #100 will fix support for cordova-ios 6+ I unfortunately had to change the app-scheme, this may OR may not be an issue with some plugins you have or have written. This is due to the fact that the new method of implementing WKURLSchemeTask's only work on custom schemes.