libgit2 / objective-git

Objective-C bindings to libgit2
MIT License
1.16k stars 280 forks source link

More umbrella header issues #696

Open Uncommon opened 5 years ago

Uncommon commented 5 years ago

I've tried adding the files that Xcode complains about to ObjectiveGit.modulemap, as in #679, but it doesn't seem to make any difference.

    /<module-includes>:1:1: Umbrella header for module 'ObjectiveGit' does not include header '/git2/sys/git2/mailmap.h'
    /<module-includes>:1:1: Umbrella header for module 'ObjectiveGit' does not include header '/git2/sys/git2/worktree.h'
    /<module-includes>:1:1: Umbrella header for module 'ObjectiveGit' does not include header '/git2/sys/git2/sys/path.h'
    /<module-includes>:1:1: Umbrella header for module 'ObjectiveGit' does not include header '/git2/sys/git2/sys/alloc.h'
    /<module-includes>:1:1: Umbrella header for module 'ObjectiveGit' does not include header '/git2/sys/git2/deprecated.h'
    /<module-includes>:1:1: Umbrella header for module 'ObjectiveGit' does not include header '/git2/sys/git2/apply.h'
    /<module-includes>:1:1: Umbrella header for module 'ObjectiveGit' does not include header '/git2/sys/path.h'
    /<module-includes>:1:1: Umbrella header for module 'ObjectiveGit' does not include header '/git2/sys/alloc.h'