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 Oct 1, 2018. It is now read-only.
I am getting an error when trying to build or add ios as a platform when using CHCP. During the build it will throw an error "CHCP plugin after prepare hook: Cannot find module /plugins/ios.json". I am using cordova 6.0 and ionic 1.7.16.
The error is resolved by removing CHCP plugin. This plugin works fine when building on an android platform.
The text was updated successfully, but these errors were encountered:
For some reason you don't have plugins/ios.json config in your project, although it should be created by Cordova when you add plugins. It contains the list of installed plugins.
I can try to make a workaround for this, but it's not a usual thing, I think... For now, if you want, you can do the following:
Open plugins/cordova-hot-code-push-plugin/scripts/lib/iosWKWebViewEngineSupport.js.
If you are NOT using wkwebview in your project, then comment out lines 50-53.
If you are using wkwebview in your project, then comment out lines 50-51 and line 53.
I am getting an error when trying to build or add ios as a platform when using CHCP. During the build it will throw an error "CHCP plugin after prepare hook: Cannot find module /plugins/ios.json". I am using cordova 6.0 and ionic 1.7.16.
The error is resolved by removing CHCP plugin. This plugin works fine when building on an android platform.
The text was updated successfully, but these errors were encountered: