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

Warning: Translation.swift cannot be processed by a Copy Bundle Resources phase #65

Open
wrightak opened this issue Aug 22, 2023 · 0 comments

Comments

@wrightak
Copy link

wrightak commented Aug 22, 2023

After adding FLCharts as a pod dependency to an iOS project, building the project will produce this error. This is because the podspec has the following line:

s.resources = 'Sources/FLCharts/Assets/*'

Translation.swift is inside the Assets directory, causing this problem. Either the podspec needs to be updated or Translation.swift needs to be moved to a different directory, since it is not a bundle resource.

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

1 participant