axx0 / Civ2-clone

An open-source re-implementation of Civilization 2
GNU General Public License v3.0
65 stars 14 forks source link

RaylibUI.Mac does not exist #92

Open evonsdesigns opened 9 months ago

evonsdesigns commented 9 months ago

Hello, I am testing this on an M2 Max running Sonoma 14.1.1 and on building the project I get the following error on running the .NET Core Launch Mac build configuration (after clean/build) :

Civ2-clone/RaylibUI/bin/Debug/net6.0/RaylibUI.Mac' does not exist.

I don't see this RaylibUI.Mac file inside the net6.0 folder. I looked at upgrading to 5.0.0 of Raylib-cs, but there were quite a few errors with that change.

axx0 commented 9 months ago

5.0.0 will break a lot of things as they changed naming conventions etc.

The windows configuration works fine and so should linux. I don't have Mac so I can't really test it. Which files does the build produce?

reubene commented 8 months ago

I normally develop on a mac about half the time without issue.

Today I checked out the code on a new M2 Pro and after installing the .net6 sdk it built fine.

I built it from Rider and also from the command line with dotnet build RaylibUI (Cleaning first)

Can you give more information about what tools you were using when you got this error?