HHK1 / PryntTrimmerView

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

Module compile error #62

Closed Haibo-Zhou closed 3 years ago

Haibo-Zhou commented 4 years ago

I get this error on latest Xcode 11.4.1 when using YPImagePicker, is there SWP available now?

Module compiled with Swift 5.1.3 cannot be imported by the Swift 5.2.2 compiler: /Users/Chuck/Downloads/YPImagePicker-master/Carthage/Build/iOS/PryntTrimmerView.framework/Modules/PryntTrimmerView.swiftmodule/x86_64.swiftmodule

HHK1 commented 4 years ago

This is an issue with the Carthage build ? You need a new version compiled with Swift 5.2.2 ?

HHK1 commented 4 years ago

Added SPM support, does that solve your issue ?