After building can't seem to find git2.h
I cloned the repo (to update it and add in memory SSH support) and tried to run the build, but I can't seem to find the headers for the artifact library. I copied over headers from the latest lib2git library 1.8, but still can't figure it out. Now I've just got a bunch of build errors.
Sorry for this super LATE response, I have been busy with other embedded projects. From what I can see from the build errors, Xcode can find the headers just fine. The headers could be located in the ZIP file https://github.com/light-tech/LibGit2-On-iOS/releases/tag/v1.3.1
The real issue is that the XCFramework that I prebuilt wasn't supporting the ARM64 architecture simulator on the newer Macs.