nor0x / Dots

the 🙂 friendly .NET SDK manager
https://H3Y.studio/dots
286 stars 24 forks source link

Build instructions #14

Closed ldellisola closed 11 months ago

ldellisola commented 1 year ago

Hey!

Dots looks great, I have been thinking about helping out fixing some bugs I found but I cannot get it to build on MacOS. Could you write a small "Development" section in the readme explaining how to set the build process?

I installed the mac catalyst workload but I'm stuck on the following error:

Xamarin.Shared.targets(1738, 3): Could not find a valid Xcode app bundle at '/Library/Developer/CommandLineTools'. Please update your Apple SDK location in Rider's preferences (Preferences | Build, Execution, Deployment | Apple Platforms).

CommandLineTools is installed on that directory but I think I'm missing some dependency to build it (maybe I need xcode?).

nor0x commented 1 year ago

Hi @ldellisola - glad you like it, i'm already working on an update to Dots that will make publishing the app easier. I will then also update the Readme with a proper Development guide.

in the meantime - for building on macOS please make sure that you have Xcode installed - i'm not 100% sure but it could be that you also need to have the "Xcode command line developer tools" you can get them by executing xcode-select --install in your terminal

nor0x commented 11 months ago

see #24