Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
flowbe opened this issue Sep 13, 2021 · 3 comments
Open

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

flowbe opened this issue Sep 13, 2021 · 3 comments

Comments

@flowbe
Copy link

flowbe commented Sep 13, 2021

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
Copy link

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

@alandeguz
Copy link

alandeguz commented Jan 24, 2022

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants