I can not solve this issue, please help!
Asked
Active
Viewed 227 times
-2
-
This question is a duplicate. There's a ton of good advice on this problem here: https://stackoverflow.com/q/46726077/814416 – sherb Oct 23 '19 at 05:03
1 Answers
0
You have to set Swift Language Version
to Swift 5
in
Target
(Aviasales Kit) > Build Settings > Swift Compiler - Language > Swift Language Version

steveSarsawa
- 1,559
- 2
- 14
- 31
-
-
Or try another lower version of swift which supports both of your version issue. e.g. Swift 4 or 4.2 – steveSarsawa Oct 23 '19 at 06:25