nor0x / Dots

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

Cannot run Dots 2.0.0: "Dots" is damaged and can't be opened #25

Closed mauroservienti closed 5 months ago

mauroservienti commented 9 months ago

I juts downloaded 2.0.0, and I got the following error (macOS Sonoma):

image

nor0x commented 9 months ago

thanks for trying the app. i will have a look at the issue soon as i'm back to my M1 mac. Does building the project from source work for you?

also i will check notarization for the app here #26

mauroservienti commented 9 months ago

Thanks for getting back to me. No I've not tried building myself, I'll give it a go and let you know.

mauroservienti commented 9 months ago

dotnet build fails with the following error:

error NETSDK1191: A runtime identifier for the property 'SelfContained' couldn't be inferred. Specify a rid explicitly. [/Users/mauroservienti/dev/nor0x/Dots/src/Dots.csproj]

I have Xcode 15.0.1

nor0x commented 9 months ago

in you case (macOS arm64 architecture) the command would be

dotnet run -r osx-arm64

mauroservienti commented 9 months ago

That worked. I was able to start the application.