Hi,
I'm having a lot of issues getting libgit2sharp to work on OSX 10.9. So far I've tried pulling from vNext and building myself, as well as downloading v0.14.1 from NuGet.
Both give me this exception:
System.DllNotFoundException: git2-96fb6a6
at at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_threads_init ()
at LibGit2Sharp.Core.NativeMethods+LibraryLifetimeObject..ctor () [0x00006] in /Users/Chris/Projects/MonoDevelop/libgit2sharp/LibGit2Sharp/Core/NativeMethods.cs:33
at LibGit2Sharp.Core.NativeMethods..cctor () [0x00079] in /Users/Chris/Projects/MonoDevelop/libgit2sharp/LibGit2Sharp/Core/NativeMethods.cs:75
I have ran the build.libgit2sharp.sh build script to generate all the necessary Native Binaries. All I'm trying to do is a simple Repository.Clone() operation.
My mono version is 3.2.5 x86 and I'm using Xamarin Studio 4.2.2 if it helps.
What am I missing/doing wrong?
Hi,
I'm having a lot of issues getting libgit2sharp to work on OSX 10.9. So far I've tried pulling from vNext and building myself, as well as downloading v0.14.1 from NuGet.
Both give me this exception:
I have ran the build.libgit2sharp.sh build script to generate all the necessary Native Binaries. All I'm trying to do is a simple Repository.Clone() operation.
My mono version is 3.2.5 x86 and I'm using Xamarin Studio 4.2.2 if it helps.
What am I missing/doing wrong?