R.swift icon indicating copy to clipboard operation
R.swift copied to clipboard

Home can i specify the resource file, read resource faild

Open BTCherryKing opened this issue 3 years ago • 0 comments

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.

Example.zip

Thanks

BTCherryKing avatar Oct 20 '21 04:10 BTCherryKing