HHK1 / PryntTrimmerView

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

[Warning, Xcode 13, SPM] Invalid Exclude files #83

Open SonnyMore opened 2 years ago

SonnyMore commented 2 years ago

New warnings appear after building project in Xcode 13 using SPM for installation.

Invalid Exclude '.../SourcePackages/checkouts/PryntTrimmerView/Sources/PryntTrimmerView/PryntTrimmerViewExample': File not found.

Invalid Exclude '.../SourcePackages/checkouts/PryntTrimmerView/Sources/PryntTrimmerView/LICENSE': File not found.

I guess it can be removed from the exclude section in Package.swift?

iamazhar commented 2 years ago

Seeing the same warnings, what's the resolution?