You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using CppSharp via NuGet (version 1.1.5.3168), the following error appears when running the Console Application: Could not load file or assembly 'CppSharp.Generator, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
There is no Stack trace; Project compiles, this is the error verbatim when running:
/Users/atadres/Stuff/Workspace/sk/tools/SkTools.BindingsGenerator/bin/Debug/net8.0/SkTools.BindingsGenerator
Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'CppSharp.Generator, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'CppSharp.Generator, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null'
Process finished with exit code 134.
The text was updated successfully, but these errors were encountered:
Brief Description
Using CppSharp via NuGet (version 1.1.5.3168), the following error appears when running the Console Application:
Could not load file or assembly 'CppSharp.Generator, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
OS: OS X Sonoma 14.5
Code Used
Target: GCC
Stack trace or incompilable generated code
There is no Stack trace; Project compiles, this is the error verbatim when running:
The text was updated successfully, but these errors were encountered: