-
Notifications
You must be signed in to change notification settings - Fork 467
cordova 7.0.0 can't find module '../plugman/platforms/ios' #295
Comments
Due to this [issue](apache/cordova-lib#526) there is no `cordova-lib/src/plugman/platforms/ios` anymore. The fix is taken from this [issue](nordnet#295)
Should be fixed now in the master. Not yet released on npm, but will be soon. |
And thank you for the code :) |
I'm still getting the plugman issue for some reason. Used cordova plugin add https://github.com/nordnet/cordova-hot-code-push.git |
@andrewvmail make sure your the version you have in the plugins folder is using the updated code. also you might be using other plugins that have the same issue. |
for some reason using Cordova plugin add cordova-hot-code-push-plugin gives me the error. But after using cordova plugin add https://github.com/nordnet/cordova-hot-code-push.git it works fine. I checked that both install the same version . strange. |
|
Uploaded a fix on npm. |
Hi, i still have this issue with v ## 1.5.3 (2016-05-27)
local packages:
System:
Have already tried removing plugins and platform in all orders. it works without the plugin. |
Due to this [issue](apache/cordova-lib#526) there is no `cordova-lib/src/plugman/platforms/ios` anymore. The fix is taken from this [issue](nordnet#295)
After I removed the plugin cordova-hot-code-push-local-dev-addon, The problem had disappeared. |
Problem
after upgrading to cordova 7.0.0 building for ios fail giving this error
Error: can't find module '../plugman/platforms/ios'
Steps to reproduce
System info
Temporary solution
same issue was reported in another plugin and there was a solution proposed by @peterpeterparker. I applied it to '/plugins/cordova-hot-code-push-plugin/scripts/lib/iosWKWebViewEngineSupport.js' and it seems to be working now.
The text was updated successfully, but these errors were encountered: