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/09/26 04:22:58 UTC

[GitHub] [cordova-ios] tgomezc commented on issue #675: iOs build fails - UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'toLowerCase' of undefined

tgomezc commented on issue #675: iOs build fails - UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'toLowerCase' of undefined
URL: https://github.com/apache/cordova-ios/issues/675#issuecomment-535327753
 
 
   Well, finally solve this out. This may help other people as the xcode update is really new and there isn't much info about this.
   I was using iOS platform v4.5.4. Apparently xcode 11 has some conflict with a validation in the file list-emulator-build-targets.
   What you have to do is this:
   -remove ios platform from Cordova
   -excute command: ionic cordova platform add ios@latest
   
   This will install ios v5.0.1 which works out fine with xcode 11.

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