You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/08/12 02:29:14 UTC

[GitHub] [cordova-cli] laughsky commented on issue #352: Failed to load iOS project file when running cordova via npm scripts (works for android)

laughsky commented on issue #352:
URL: https://github.com/apache/cordova-cli/issues/352#issuecomment-1212670840

   This message should be output by the plugin "cordova-hot-code-push-plugin", modify the code in the file "scripts/lb/iosWKWebViewEngineSupport.js" in this plugin as follows:
   
   context.requireCordovaModule('xocde') ---> require('xocde')
   
   
   
   Before that, you may need to install the xcode module under the plugin as follows:
   
   npm install xcode --save


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org