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
  • 307,833
  • 40
  • 508
  • 550
R. Mohan
  • 2,154
  • 18
  • 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,857
  • 1
  • 21
  • 32