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
Hi,
I used to use R.swift has a pod in my project, and embed the R.generated file into app so as to have all languages texts embedded and allow user to change app language on demand.
As for Rswift 7, preferred method is using SPM to add it to xcode project.
But with this method Rswift will generate the R.generate file into DerivedData/... folder, preventing project to embed it into app.
Is there a way to provide a command line argument to the Rswift generator to specify a destination path ?
The text was updated successfully, but these errors were encountered:
Same problem here. I was generating some additional things based on assets using Sourcery. Since now the generated file doesn't live in the project file sourcery can't read it :/
Hi,
I used to use R.swift has a pod in my project, and embed the R.generated file into app so as to have all languages texts embedded and allow user to change app language on demand.
As for Rswift 7, preferred method is using SPM to add it to xcode project.
But with this method Rswift will generate the R.generate file into DerivedData/... folder, preventing project to embed it into app.
Is there a way to provide a command line argument to the Rswift generator to specify a destination path ?
The text was updated successfully, but these errors were encountered: