Potatso-swift5
Potatso-swift5 copied to clipboard
swift版本问题
[!] Unable to determine Swift version for the following pods:
-
ICSMainFramework
is integrated by multiple targets that use a different Swift version:Potatso
(Swift 4.0),TodayWidget
(Swift 5.0),PotatsoLibrary
(Swift 5.0), andPotatsoLibraryTests
(Swift 5.0). -
RealmSwift
is integrated by multiple targets that use a different Swift version:Potatso
(Swift 4.0),TodayWidget
(Swift 5.0),PotatsoLibrary
(Swift 5.0), andPotatsoModel
(Swift 5.0). -
SwiftColor
is integrated by multiple targets that use a different Swift version:Potatso
(Swift 4.0) andTodayWidget
(Swift 5.0).
請問你後來這個怎麽解決的,我也遇到這個問題
use xcode 10.2.1 @Creolophus @bryantjin
use xcode 10.2.1 @Creolophus @bryantjin
我也是用的 Xcode 10.2.1啊,还是会报这个错
try add ENV['SWIFT_VERSION'] = '5'
at beginning of your podfile.
看看这个,基于他的Swift5修复版, Xcode13+ 正常跑 https://github.com/wood911/Potatso-swift5
看看这个,基于他的Swift5修复版, Xcode13+ 正常跑 https://github.com/wood911/Potatso-swift5
麻烦看一下,是不是少上传了ShadowPath这个类库