Android cordova插件添加swift支持在xcode 11.3.1中的swift编译器选项上随机选择swift版本

Android cordova插件添加swift支持在xcode 11.3.1中的swift编译器选项上随机选择swift版本,android,swift,cordova,cordova-plugins,Android,Swift,Cordova,Cordova Plugins,在尝试通过cordova插件添加swift支持在xcode设置中更新swift版本时,有时选择swift版本,有时不选择。看起来像xcodeProject.updateBuildProperty('SWIFT\u VERSION','5.0',buildConfig.name);未正确设置swift编译器版本 参考:

在尝试通过cordova插件添加swift支持在xcode设置中更新swift版本时,有时选择swift版本,有时不选择。看起来像xcodeProject.updateBuildProperty('SWIFT\u VERSION','5.0',buildConfig.name);未正确设置swift编译器版本

参考: