-
Notifications
You must be signed in to change notification settings - Fork 467
iOS 9.0 build error 'No such file or directory 'HCPLDPlugin.h'' why? #116
Comments
This should be in a local development add-on issues, not in this repo. But anyway, go to |
platforms/ios/[PROJECT_NAME]/Plugins/cordova-hot-code-push-local-dev-addon/ this directory has the file. |
|
thanks!!! LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks` |
How to setup visual studio - you should probably look into their documentation. Never done that, so don't know. But you don't need VC to run Cordova (or Ionic) project: everything can be done via command line. Try to run the commands I provided and see, what will happen. Right now the problem you are having seems to be with the project setup: it doesn't include all the plugin files. So it's either some cordova installation issue (and usually re-installing plugin and cleaning the project solves it), or VC setup issue with which, unfortunately, I can't help... |
👋 Hi! Thank you for your interest in this repo. 😢 We are not using nordnet/cordova-hot-code-push 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 #371 for more information. |
CHCP Local Development Add-on:
1> Local development mode for CHCP plugin is disabled. Doing nothing.
1> Swift support activation hook:
1> IOS project now has deployment target set to: 7.0
1> IOS project option EMBEDDED_CONTENT_CONTAINS_SWIFT set as: YES
1> IOS project Runpath Search Paths set to: @executable_path/Frameworks
1>HCPLDPlugin.h : cordova-build error BLD102: Error : BLD00102 : No such file or directory 'HCPLDPlugin.h'
1> CHCP plugin after prepare hook:
The text was updated successfully, but these errors were encountered: