Root cause of "Umbrella header for module ... does not include"?

You can mark these headers as exclude header "blah.h". The warnings are there to make sure you didn't miss something, but it's not required to include all headers. If it's a library you're distributing, though, I'd suggest that a better answer would be to not copy those headers into the build product at all.

2 Likes