Thursday, December 15, 2016

Module Integration imposes Swift Version Issue


Hi All,

Recently I tried to a a third Party Library to my iOS Project.
This library was built on Swift 3.0

On Integration I got Error :

Module compiled with newer version of Swift language (3.0) than previous files (2.0) for architecture x86_64 


To Overcome this tried following things:

  • Target
  • Build Settings
  • Swift Compiler - Version
  • Set No to Use Legacy Swift Language Version


Clean and Build and you are good to GO
:)