构建 ios 上的 NativeScript 错误 GoogleDataTransport

问题描述

当我使用 tns run ios 为 ios 构建 NativeScript 项目时,出现此错误

<module-includes>:1:1: error: umbrella header for module 'GoogleDataTransport' does not include header 'GDTCORPrioritizer.h' [-Werror,-Wincomplete-umbrella]
#import "Headers/GoogleDataTransport-umbrella.h"
^
<module-includes>:1:1: error: umbrella header for module 'GoogleDataTransport' does not include header 'GDTCORUploadPackage.h'
      [-Werror,-Wincomplete-umbrella]
2 errors generated.
In file included from /Users/marcelo/alfasoft/mypitbox/mypitbox-web-angular/platforms/ios/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m:20:
/Users/marcelo/alfasoft/mypitbox/mypitbox-web-angular/platforms/ios/Pods/FirebaseCoreDiagnostics/GoogleDataTransport/GDTCORLibrary/Internal/GoogleDataTransportInternal.h:21:9: fatal error:
      could not build module 'GoogleDataTransport'
#import <GoogleDataTransport/GoogleDataTransport.h>

NativeScript 的版本是

    "id": "pt.project","tns-android": {
      "version": "6.4.1"
    },"tns-ios": {
      "version": "6.5.2"
    }
  },

XCode 11.5

该项目是构建的,但不在我的设备上。我可以测试什么来纠正错误?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...