插件不支持此项目的 apple-xcode 版本



我的Google Map插件iOS项目不起作用尝试在iOS

上安装地图插件时获取错误

Plugin doesn't support this project's apple-xcode version. apple-xcode: 8.3.2, failed version requirement: >=9.0.0

如何安装地图插件而无需更新Xcode版本

帮助我找到解决方案

好吧,首先删除iOS平台

ionic cordova platform rm ios

编辑文件〜/your-app-name/plugins/cordova-plugin-googlemaps/plugin.xml ,带有您的版本xcode

<engines>
    <engine name="apple-xcode" version=">=[YOUR_VERSION]" />
</engines>

在这种情况下,your_version为8.3.2

相关内容

  • 没有找到相关文章

最新更新