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/10/16 21:14:18 UTC

[GitHub] [cordova] devleaf-matt opened a new issue #165: cordova run: 'Cordova Error: Promise rejected with non-error: 'Version should contain only numbers and dots''

devleaf-matt opened a new issue #165: cordova run: 'Cordova Error: Promise rejected with non-error: 'Version should contain only numbers and dots''
URL: https://github.com/apache/cordova/issues/165
 
 
   # Bug Report
   
   ## Problem
   
   When running `cordova run ios --device --verbose --target <IPHONE_TARGET>` after updating to MacOS 10.15 Catalina, cordova now returns: 
   ```
   CordovaError: Promise rejected with non-error: 'Version should contain only numbers and dots'
       at cli.catch.err (/Users/devleaf.matt/.npm-global/lib/node_modules/cordova/bin/cordova:30:15)
       at process._tickCallback (internal/process/next_tick.js:68:7)
   ```
   rather than going on to a successful IPA install and launch on my iPhone. After searching around it seems people have this problem with the google maps plugin, however I don't have this installed on my system. I have re-installed cordova, reinstalled cordova ios (platform removal and re-addition) and double checked my Cocoa pods version.
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   ![2019-10-16 21 53 07](https://user-images.githubusercontent.com/49694881/66958933-3dc00880-f061-11e9-84c3-a7f89f6d6da7.gif)
   
   ![Screenshot 2019-10-16 at 22 12 54](https://user-images.githubusercontent.com/49694881/66959381-233a5f00-f062-11e9-8ab6-07df6a0ca091.png)
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   `cordova run ios --device --verbose --target <IPHONE_TARGET>`
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   VS Code | Ionic 4 | MacOS Catalina | iMac | iPhone 11 Pro
   
   ### 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.
   -->
   
   Cordova 8.1.2 (Lib 8.1.1)
   XCode 11.1
   Ionic 4 (CLI 5.4.4)
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to 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.
 
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