instacart / instacart/TrueTime.swift
Umbrella header 'TrueTime.h' not found
- Dominant language
- Swift
- Stars
- 634
- Forks
- 154
- PR merge metrics
- No merged PRs in 30d
Description
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"
^
:0: error: could not build Objective-C module 'TrueTime'
```
Does anyone know how to get rid of the error?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the module script in the demo iOS application, focusing on the TrueTime.h umbrella header and the excluded TrueTime-Swift.h header. Check how those headers are supplied to the TrueTime module, then rebuild the demo and confirm that the Objective-C module compiles without the umbrella-header error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100