You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: