2

I got this error. Tried to resolve it by the answer given in that. Using Xcode 9.1, There i am unable to see Swift Language Version option in build settings. I choosed All and Combined in that.

Here is the screenshot

enter image description here I don't know what i am missing.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
R. Mohan
  • 2,182
  • 17
  • 30

1 Answers1

1

You appear to have an Objective-C project rather than a Swift project. Objective-C projects do not have a Swift Language Version setting as a default.

You can add Swift Language Version as a User-Defined Setting, as described here.

Craig Grummitt
  • 2,945
  • 1
  • 22
  • 34