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 2021/08/27 00:00:56 UTC

[GitHub] [cordova-ios] davidmau opened a new issue #1141: Updating to cordova-ios 6.2.0 breaks iOS build

davidmau opened a new issue #1141:
URL: https://github.com/apache/cordova-ios/issues/1141


   <!--
   Please have a look at the issue templates you get when you click "New issue" in the GitHub UI.
   We very much prefer issues created by using one of these templates.
   -->
   
   ### Issue Type
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] Bug Report
   - [ ] Feature Request
   - [ ] Support Question
   
   ## Description
   I recently upgraded to cordova-ios 6.2.0.  After dealing with a lot of other incompatibilities I got to the point where running 'cordova build ios' resulted in an error which is basically that the file CDVWebViewProcessPoolFactory.m cannot be found.  Same error reported when building in Xcode.
   
   ## Information
   If I understand recent developments (eg moving to 6.x.x), the WebView functionality was moved from cordova-plugin-wkwebview-engine into cordova-ios, specifically into Cordova.lib/Classes.  However, the build seems to be looking in Private/Plugins/CDVWebViewEngine, whereas CDVWebViewProcessPoolFactory.m is in the Public directory.
   
   I read in another thread that changing the WebView plugins from Private to Public was a solution.  Is this true?  If so, how do I do that?  Are there better solutions?
   
   ### Command or Code
   cordova build ios
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### Version information
   Installed platforms:
     android 9.0.0
     ios 6.2.0
   
   @globules-io/cordova-plugin-ios-xhr 1.2.1 "Cordova WKWebView File XHR Plugin"
   @havesource/cordova-plugin-push 2.0.0 "Cordova Push Plugin"
   cordova-plugin-device 2.0.2 "Device"
   cordova-plugin-firebasex 13.0.1 "Google Firebase Plugin"
   cordova-plugin-keyboard 1.2.0 "Keyboard"
   cordova-plugin-network-information 2.0.1 "Network Information"
   cordova-plugin-statusbar 2.4.3 "StatusBar"
   cordova-plugin-whitelist 1.2.2 "Whitelist"
   cordova-support-google-services 1.2.0 "cordova-support-google-services"
   
   ## Checklist
   
   - [x] I searched for already existing GitHub issues about this
   - [x] I updated all Cordova tooling to their most recent version
   - [x] I included all the necessary information above
   


-- 
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