Closed
Conversation
Owner
Author
|
Projects trying to use ObjectiveGit without enabling What's odd about this setting is that once you have a clean build after it is enabled, these errors will not come back until you:
|
Owner
Author
Owner
Author
|
I suspect the "non-modular header errors" were only showing up in Swift apps because Swift must use modules to import symbols, whereas Objective-C |
This is defined automatically by the libgit2 cmake build if libssh2 is found
# Conflicts: # ObjectiveGitFramework.xcodeproj/project.pbxproj
Owner
Author
|
This work has been moved to libgit2#570 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This is an experiment to see if creating a true module resolves the following issues:
While it is possible to turn the libgit2 static library into a module, the result is an extra file that must be placed correctly alongside the header files. Wrapping all these up in a framework simplifies things for client projects.