HHK1 / PryntTrimmerView

A set of tools to trim, crop and select frames inside a video
MIT License
835 stars 198 forks source link

Example is not Working. #12

Closed ajay2c9 closed 6 years ago

ajay2c9 commented 6 years ago

Hi, I want to use the PryntTrimmerView in my app . while running the example it shows error " Showing Recent Issues “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." After updated that it shows same issue. i am using xcode 8.3.3

HHK1 commented 6 years ago

Hi! If you’re not running Xcode9, you should not take the latest version. Try running it in version 1.0.1 which is in swift 3.

ajay2c9 commented 6 years ago

Thank you for the reply.