iOS Firebase依赖项已停止编译 [英] IOS Firebase dependencies have stopped compiling

查看:176
本文介绍了iOS Firebase依赖项已停止编译的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

3月22日,这些依赖项的构建没有错误.现在在构建xcode时出现错误:

On March 22, these dependencies were builded without errors. Now I get an error when building xcode:

[22:15:36] [步骤6/10]

[22:15:36][Step 6/10]

/Users/user/development/buildAgent/work/668201d61296570e/build/apps/MyApp/CocoaPods/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTUploadOperation.m:36:9: fatal error: 'GoogleUtilities/GULURLSessionDataResponse.h' file not found
[22:15:36][Step 6/10] #import <GoogleUtilities/GULURLSessionDataResponse.h>

Podfile内容:

Podfile content:

...
target 'MyApp' do
    pod 'Firebase/Storage'
    pod 'Firebase/Crashlytics' 
    pod 'Firebase/Analytics'
end
...

构建日志显示cocoapods库的版本已更改.我还没有依靠旧的日志来公开以前的可行版本.

The build logs show that the versions of the cocoapods libraries have changed. I have not yet managed to expose the previous workable versions, relying on the old log.

如何解决这种情况?

推荐答案

这里没有足够的数据来知道这是否是相同的问题,但是添加以下内容解决了

There's not enough data here to know if this is the same issue or not, but adding the following solved an issue here with the same symptoms:

添加到Podfile: platform:ios,'10 .0'

Add to the Podfile: platform :ios, '10.0'

这篇关于iOS Firebase依赖项已停止编译的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆