LibGit2-On-iOS icon indicating copy to clipboard operation
LibGit2-On-iOS copied to clipboard

After building can't seem to find git2.h

Open codestubhacker opened this issue 1 year ago • 1 comments

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. Screenshot 2024-04-05 at 6 48 29 PM

codestubhacker avatar Apr 05 '24 22:04 codestubhacker

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.

light-tech avatar Oct 26 '24 10:10 light-tech