Skip to content

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

@wrightak

Description

@wrightak

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions