jeantimex / CollapsibleTableSectionViewController

:tada: Swift library to support collapsible sections in a table view.
MIT License
352 stars 52 forks source link

Add support for Swift 4.2 #60

Closed iamweiqian closed 5 years ago

jeantimex commented 5 years ago

    “Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.```
jeantimex commented 5 years ago

HI @iamweiqian, thank you so much for your contribution, could you fix the issue please? Once it's done, I will merge it, cheers

iamweiqian commented 5 years ago

“Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.```

Which version of Xcode are you using?

jeantimex commented 5 years ago

I am using Version 10.0

jeantimex commented 5 years ago

I have migrated the project to 4.2 :) Thanks for your contribution!