This repository has been archived by the owner on Oct 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Could not use link mode of cordova plugin. #10
Comments
It doesn't. It modifies only platform's version and not the source: https://github.com/nordnet/cordova-hot-code-push-local-dev-addon/blob/master/scripts/lib/swiftHelper.js#L181 . So my guess that there's something wrong with symlinking. |
Certainly...
without link mode
with link mode
|
👋 Hi! Thank you for your interest in this repo. 😢 We are not using nordnet/cordova-hot-code-push-local-dev-addon anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork. 🔒 This will now be closed & locked. ℹ️ Please see #29 for more information. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using symlink to install this plugin
It modify
./node_modules/cordova-hot-code-push-local-dev-addon/src/ios/HCPLDPlugin.h
not
./platforms/ios/*/Plugins/cordova-hot-code-push-local-dev-addon/HCPLDPlugin.h
.In other words, this plugin modify
./plugins/cordova-hot-code-push-local-dev-addon/src/ios/HCPLDPlugin.h
.I think a plugin should not modify itself.
It should only modify the under
./platforms/
instead.The text was updated successfully, but these errors were encountered: