gpt4 book ai didi

Swift 编译错误 FileBrowser,swift 2.3

转载 作者:行者123 更新时间:2023-11-30 12:58:40 26 4
gpt4 key购买 nike

我正在尝试调试我的测试版,它在 iOS 10、Swift 3 之前运行得非常好。但我看不到尽头。

我无法构建它。我的应用程序使用 Swift 2.3 (Xcode 8)我的 Library FileBrowser 版本 0.1.4 出现错误

我添加到Podfile

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '2.3'
end
end
end

但是我仍然遇到 FileBrowser 库的编译错误错误:

Type of previewItemURL' has different optionality than required by protocol 'QLPreviewItem' PreviewManager.swift

最佳答案

FileBrowser 库不支持 Swift 2.3,仅支持 Swift 3。 两种选择:- 更改浏览文件的库- 将所有项目切换到swift 3

关于Swift 编译错误 FileBrowser,swift 2.3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40110858/

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