objective c project swift version error came iOS

Solution:

You had not mentioned the swift version in your build settings.

1)Select your project.

2)Goto build settings -> click + icon -> select user defined setting.

3)Add key value named SWIFT_VERSION and value as 3.0

4)Finally build and run your project it will works

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift