Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Umbrella header 'TrueTime.h' not found #51

Open
Lennartbrugger opened this issue Jan 23, 2018 · 0 comments
Open

Umbrella header 'TrueTime.h' not found #51

Lennartbrugger opened this issue Jan 23, 2018 · 0 comments

Comments

@Lennartbrugger
Copy link

Lennartbrugger commented Jan 23, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant