no umbrella header found for target

Viewed 5724

There are answers on the stack overflow but none of them are working for me.

It's a Swift 2.0 project and I'm using Xcode 7.2.1

Steps to reproduce the problem

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

You'll see a warning.

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

Please advise

Test Project Link -> https://www.dropbox.com/s/cvgjls70ielnriy/Test.zip?dl=0

2 Answers
Related