I've tried several solutions on the Stack overflow but no success.
- Create a Single View Project
- Go to Targets in Project Navigator
- Add a Framework Module called Module1
- Add another Framework Module called Module2
- 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 generatedThe test project can also be downloaded from https://www.dropbox.com/s/cvgjls70ielnriy/Test.zip?dl=0
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