framework module Test {
umbrella header "Test.h"
export *
module * { export * }
}
This is what my module file looks like. How can I resolve the following warning.
Umbrella header for module 'Test' does not include header 'NewTest.h'
I am not familiar with module files.