No umbrella header found for target

I've tried several solutions on the Stack overflow but no success.


  1. Create a Single View Project
  2. Go to Targets in Project Navigator
  3. Add a Framework Module called Module1
  4. Add another Framework Module called Module2
  5. Compile


You'll see a warning. Please advise. I'm uxing XCode 7.2.1


Warning: no umbrella header found for target 'Module2', module map will not be generated


The test project can also be downloaded from https://www.dropbox.com/s/cvgjls70ielnriy/Test.zip?dl=0

Answered by casamm in 125838022

Turns out to be a bug in XCode and it's reported as well. The 3rd Target's/Framework's header file gets added to the 2nd target/Framework module


http://stackoverflow.com/questions/36084291/no-umbrella-header-found-for-target/36110022?noredirect=1#comment59862042_36110022

Accepted Answer

Turns out to be a bug in XCode and it's reported as well. The 3rd Target's/Framework's header file gets added to the 2nd target/Framework module


http://stackoverflow.com/questions/36084291/no-umbrella-header-found-for-target/36110022?noredirect=1#comment59862042_36110022

No umbrella header found for target
 
 
Q