Open Feng3364 opened 2 years ago
我也遇到,打包报错~
This should be already fixed in Xcode 13.2 according to its release note:
Fixed an issue that prevented Swift libraries depending on Combine from building for targets including armv7 and i386 architectures. (82183186, 82189214)
Please make sure you are using the correct version (Xcode 13.2) when you run your pod lint or archive. Since maybe you are running them in command line, it might be a different version from using Xcode app. If that still does not work, please consider to send a feedback to Apple or try to upgrade to Kingfisher version 7. It is not a thing can be fixed in Kingfisher.
这个问题仍然存在于Xcode13.2.1上,命令行也是指定了Xcode版本,依旧不能pod lint和archive。基于我们项目依托于iOS 10+不能升级到Kingfisher v7,所以只能放弃升级,继续使用低版本(4.10.1)的Kingfisher
Xcode 升级到 13.2 时也遇到同样的报错,Kingfisher 版本是 6.3.1。 现在把 Kingfisher 升级到 7.1.2,iOS 最低支持版本从 iOS 10.0 升级到了 iOS 12.0,问题解决了。
同楼上,Xcode13.2.1,把 Kingfisher 升级到 7.1.2,iOS 最低支持版本从 iOS 10.0 升级到了 iOS 12.0,问题解决。
遇到了同样的问题,同样要求最低版本 iOS10,请问你那边测试的 kf 5.x 的版本能使用吗
环境: Xcode 13.2 Swift 5.1+ iOS 10.0+ CocoaPods 1.11.2
问题: 最低设备指定了iOS 10,项目只使用了AppKit没用到SwiftUI,因此我指定了Kingfisher的版本是6.3.1; 项目import Kingfisher可以正常运行,但在验证和发布私有库出现了错误: