先看看错误提示

swift 第三方库迁移错误解决“Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choo

这里Alamofire库报错,原因打开工程会Xcode会提示你覆盖到最新的3.0版本。但是仍然有些框架会出现一些问题

 

解决办法:

选择Pods - ReactiveCocoa - Swift Compiler -Version - Use Legacy Swift Language Version,把Unspecified改成NO。swift 第三方库迁移错误解决“Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choo

 

相关文章:

  • 2021-07-28
  • 2021-09-12
  • 2021-05-13
  • 2021-10-15
  • 2021-04-18
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-01
  • 2021-10-07
  • 2021-11-12
  • 2022-12-23
  • 2021-10-09
  • 2021-07-19
相关资源
相似解决方案