Replies: 1 comment 6 replies
-
|
Thanks for the report. It's likely that you're hitting this issue: #6375 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Smallest description of problem: I am using "Visual Studio 2019 for Mac".
(I did install "Visual Studio 2022 Preview for Mac" but later deleted it. So could be some residue problem.)
I created a template solution using the CLI (in the "Documents" folder): dotnet new unoapp -o AU_new
Deleted the "global.json" file.
Removed a lot of Projects because I am just interested in the Shared, Mac, and iOS. (Kept just those.)
Did a Nuget restore on the solution. Set the StartUp Project to MacOS.
Had to add a couple of Nuget packages to both the macOS and iOS projects:
edited the MainPage.xml to this:
Compiles for macOS and iOS. Gives some warnings but it runs.
It works on iOS. In 2nd tab, the DataGrid appears with 4 columns. (Yeah!)
But on macOS, the Tab items appear but the DataGrid ends up as a big empty block of green background color.
(Side note: I can take this to a PC running Visual Studio 2019 and put this code into an Uno App, and it runs there for UWP.
I do not bring the entire solution there. Seems there are some subtle differences between the various Op Sys Projects.
But the shared common folder can be copied. That is so freaking cool!)
Really curious what I am doing wrong on macOS?
Beta Was this translation helpful? Give feedback.
All reactions