归档期间出错:找不到“GoogleAnalytics/GAI.h”文件

Rag*_*nde 5 google-analytics ios ionic-framework cordova-plugins azure-devops

我正在尝试使用 azure devops 构建管道为 iOS 构建一个离子应用程序。我正在使用最新版本的插件,"cordova-plugin-google-analytics": "^1.9.0"我也尝试将插件降级,version 1.8.6但不起作用。

cordova-plugin-google-analytics/UniversalAnalyticsPlugin.h:6:9: fatal error: 'GoogleAnalytics/GAI.h' file not found
Run Code Online (Sandbox Code Playgroud)

在 github 上打开问题,目前还没有解决方案

有人能帮忙吗?我需要更改特定版本吗?

Rag*_*nde 2

在 package.json 中添加此行"cordova-plugin-google-analytics": "1.8.6"并运行它。它会解决问题。