TrueTime.swift icon indicating copy to clipboard operation
TrueTime.swift copied to clipboard

Umbrella header 'TrueTime.h' not found

Open Lennartbrugger opened this issue 7 years ago • 1 comments

Hey. I got this weird issues testing the demo iOS application

Issue in Script:

framework module TrueTime {
  umbrella header "TrueTime.h"         //  *Umbrella header 'TrueTime.h' not found*

  export *
  module * { export * }
}

module TrueTime.__Swift {
    exclude header "TrueTime-Swift.h"
}

Compiler error:

umbrella header 'TrueTime.h' not found
  umbrella header "TrueTime.h"
                  ^
<unknown>:0: error: could not build Objective-C module 'TrueTime'

Does anyone know how to get rid of the error?

Lennartbrugger avatar Jan 23 '18 16:01 Lennartbrugger