Daniel

Results 9 comments of Daniel

Not sure if I did that correctly but the problem persists on MacOS Error: ``` System.DllNotFoundException: Unable to load shared library 'csfml-system' or one of its dependencies. In order to...

~~I'm still having the exact same problem when building with SFML.Net with CSFML 2.5.2 on MacOS. Should i do something more other than just trying to build the project? There...

Same thing happens after deleting nuget cache and a clean build. When i have a bit more free time i'll try to create an empty project to test if this...

I made a publish and it gave me o lot of errors of `error NETSDK1152: Found multiple publish output files with the same relative path:` which i fixed by adding...

I still get the same exception. When building with rider all the csfml files are sitting inside `runtimes/osx-64/native' since there are many runtimes, and the program cannot find csfml-system dylibs...

Okay, thanks I'm gonna try it out tommorow

OKAY I got it working. I downloaded the x64 dotnet SDK after i found out i only had the arm64 one and then set rider to use the x64 sdk...

Yeah I misunderstood what that was referring to. Thanks a lot for your help!