I have a project using Ionic 3 and I execute the following command for build a ios app using XCode 11
ionic cordova build ios
After that I receive this error message
Cannot read property 'toLowerCase' of undefined
cordova build ios exited with exit code 1
In Windows enviroment works normally for Android. Anyone had this problem before?