R.swift
R.swift copied to clipboard
Home can i specify the resource file, read resource faild
My project structure is as follows
- MainApp
- HomeModule
- ProfileModule
MainApp does not depend on any libraries. HomeModule and ProfileModule depend on R.swift, they have their own resource files
I want them to generate their own R.generated.swift file. R.generated.swift was successfully generated, but no resource files were read.
Thanks