IOS: Value for SWIFT_VERSION cannot be empty.

IOS: Value for SWIFT_VERSION cannot be empty


PROBLEMA

Al abrir un proyecto antiguo, marca el siguiente error al tratar de compilarlo: 
  • "Value for SWIFT_VERSION cannot be empty."



SOLUCIÓN

Seleccionar una version de swift: 
  • Seleccionar el proyecto > Build Settings -> Swift Compiler Language > seleccionar una versión de Swift.
  • ¡Listo!