gpt4 book ai didi

ios - Swift 4.2 - 获取编译器错误以桥接 FacebookCore 中缺少的头文件。有任何想法吗?

转载 作者:行者123 更新时间:2023-11-28 13:57:27 25 4
gpt4 key购买 nike

所以我最近将一个旧的 swift 3.2 项目转换为 4.2(我知道,这是一个很大的跳跃)。

我收到这些错误:enter image description here

这是我的 Pod 文件:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'

use_frameworks!

target 'app' do
pod 'Alamofire', '~> 4.0'
pod 'EVReflection/XML'
pod 'FontAwesomeKit', :git => 'https://github.com/PrideChung/FontAwesomeKit.git'
pod 'SVProgressHUD'

pod 'PageMenu', :git=> 'https://github.com/orazz/PageMenu.git'
pod 'Kingfisher', '~> 3.0.0'
pod 'RichEditorView'
pod 'SwiftKeychainWrapper'
pod 'FacebookCore'
pod 'CHTCollectionViewWaterfallLayout/Swift'
pod 'FacebookLogin'
pod 'FacebookShare'
pod 'Fuzi', '~> 1.0.0'
end

这看起来正确吗?

感谢您的任何见解

最佳答案

首先,运行pod install

然后,检查你的 pod 版本,可能它们与 Swift 4.2 不兼容,所以你必须更新,或者像这样将 Pod inspector 上的“Swift 语言版本”更改为 swift 3.2:

在项目导航器中选择“Pod”项目:

enter image description here

在目标选择器上选择您的广告连播:

enter image description here

然后在“Build settings”选项卡上,找到并更改“Swift language version”属性:

enter image description here

注意:您可以通过这种方式解决此问题,但我强烈建议您更新 pod。

关于ios - Swift 4.2 - 获取编译器错误以桥接 FacebookCore 中缺少的头文件。有任何想法吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53785641/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com