You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/07/15 16:33:46 UTC

[GitHub] [cordova-ios] daviddickson opened a new issue #647: Cannot read property 'toLowerCase' of undefined [ERROR] An error occurred while running subprocess cordova.

daviddickson opened a new issue #647: Cannot read property 'toLowerCase' of undefined [ERROR] An error occurred while running subprocess cordova.
URL: https://github.com/apache/cordova-ios/issues/647
 
 
   # Bug Report
   Running `ionic cordova build ios` within a new, blank project does not work.  This is a continuation of #642
   
   ## Problem
   When running `ionic cordova build ios` the following error occurs:
   ```
   Cannot read property 'toLowerCase' of undefined
   [ERROR] An error occurred while running subprocess cordova.
   ```
   
   ### What is expected to happen?
   The build should run to completion.
   
   
   ### What does actually happen?
   The build does not run completion.
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   1. Create a new Ionic 4 project using the 'blank' template.
   2. Add the ios platform using `ionic cordova platform add ios`.
   3. Upgrade `cordova-ios` to the latest version (5.0.1 at the time of this writing).
   4. Run `ionic cordova build ios`. The same TypeError appears.
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   ```
   Ionic:
   
      ionic (Ionic CLI)             : 4.12.0 (/usr/local/lib/node_modules/ionic)
      Ionic Framework               : @ionic/angular 4.6.2
      @angular-devkit/build-angular : 0.13.9
      @angular-devkit/schematics    : 7.3.9
      @angular/cli                  : 7.3.9
      @ionic/angular-toolkit        : 1.5.1
   
   Cordova:
   
      cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
      Cordova Platforms     : ios 4.5.5
      Cordova Plugins       : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 4.1.1, (and 4 other plugins)
   ```
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [ ] 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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