Potatso-swift5 icon indicating copy to clipboard operation
Potatso-swift5 copied to clipboard

swift版本问题

Open Creolophus opened this issue 4 years ago • 6 comments

[!] 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), and PotatsoLibraryTests (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), and PotatsoModel (Swift 5.0).
  • SwiftColor is integrated by multiple targets that use a different Swift version: Potatso (Swift 4.0) and TodayWidget (Swift 5.0).

Creolophus avatar Oct 08 '19 07:10 Creolophus

請問你後來這個怎麽解決的,我也遇到這個問題

bryantjin avatar Oct 24 '19 03:10 bryantjin

use xcode 10.2.1 @Creolophus @bryantjin

Git-KevinChuang avatar Dec 02 '19 03:12 Git-KevinChuang

use xcode 10.2.1 @Creolophus @bryantjin

我也是用的 Xcode 10.2.1啊,还是会报这个错

weqeo avatar Dec 05 '19 08:12 weqeo

try add ENV['SWIFT_VERSION'] = '5' at beginning of your podfile.

kasimok avatar Dec 03 '20 08:12 kasimok

看看这个,基于他的Swift5修复版, Xcode13+ 正常跑 https://github.com/wood911/Potatso-swift5

wood911 avatar Aug 10 '22 09:08 wood911

看看这个,基于他的Swift5修复版, Xcode13+ 正常跑 https://github.com/wood911/Potatso-swift5

麻烦看一下,是不是少上传了ShadowPath这个类库

Since1999 avatar Aug 12 '22 09:08 Since1999