vtourraine / AcknowList

Acknowledgements screen displaying a list of licenses, for example from CocoaPods and Swift Package Manager dependencies.
MIT License
784 stars 59 forks source link

SwiftPM usage has docc included in build files #98

Closed joeljfischer closed 2 years ago

joeljfischer commented 2 years ago

I get the error

AcknowList
found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/xxx/Library/Developer/Xcode/DerivedData/xxx/SourcePackages/checkouts/AcknowList/Sources/AcknowList/AcknowList.docc

It seems that the docc needs to be explicitly removed from the SwiftPM package or marked as not a build file.

vtourraine commented 2 years ago

Hello Joel, thank you for reporting this!