Reputation: 73
I am developing iOS application in objective c I want to use swift file in this application but when I run the application I get the fallowing error:
The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor.
Upvotes: 0
Views: 4364
Reputation: 285290
The error is pretty clear.
Build Settings
Swift Language Version
or in the search field type Swift L
Upvotes: 1