Umbrella header for module does not include header warning?

I'm building a dynamic framework. I'm seeing warnings in my test target and example app target.

<module-includes>
Umbrella header for module 'MyFramework' does not include header 'absolute path to a public header'


The header is included in the umbrella header like:

#import <MyFramework/PublicHeader.h>


It seems like the warning stems from the fact that the header is located at ./MyFramework/Module/PublicHeader.h


Is this an Xcode bug, or an issue with my framework target configuration?

I'm getting hundreds of these warnings too. I've tried most suggestions apart from building a module map for the framework (which includes .c/.h files).

i think this is in your framework, i get same problem when using firebase.

Umbrella header for module does not include header warning?
 
 
Q