AssistoLab / DropDown

A Material Design drop down for iOS
MIT License
2.43k stars 623 forks source link

Invalid Resource 'DropDown/resources': File not found. #296

Open flowbe opened 2 years ago

flowbe commented 2 years ago

In Xcode 13 beta 5, there is the following warning when building an app with DropDown as a dependency:

Invalid Resource 'DropDown/resources': File not found.

image

PhilippeWeidmann commented 2 years ago

Issue is still present in the final version. (Xcode 13, b13A233)

alandeguz commented 2 years ago

This is not an Xcode issue. Rather, it is caused by an error in resources section of Package.swift. Instead of

            resources: [
              .process("DropDown/resources")
            ]

it should be

            resources: [
              .process("resources")
            ]

CC @kevin-hirsch

Innocuousjoe commented 2 years ago

Is this going to be addressed? Currently causing an issue with my build process