[Bug]: Can't build on a mac #199
Labels
bug 🐛
Something isn't working
level/normal 🙂
In comfort zone, little research and may require using built-in features, but no RnD
What happened?
I'm opening the solution on a mac, using Jetbrains Rider. I can build the solution - though I notice an error during build:
8>ApplicationNew.cs(18,11): Warning CS8632 : The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
8>CSC: Error CS5001 : Program does not contain a static 'Main' method suitable for an entry point
Not sure if that's fatal or not for the purpose of running.
with a target set to any iOS device, it immediately fails with:
Error running 'MauiIsland' info.plist not found.
What am I doing wrong? Thanks!
Version
7.0
What platforms are you seeing the problem on?
MacOS
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: