Tim Miller
Tim Miller
Xcode 15.3 is not currently supported for .NET iOS, https://github.com/dotnet/maui/issues/21057 My guess would be that you need to run xcode-select, as it's probably referencing the CLI tools and not the...
I agree that what @PureWeen sent doesn't address your issue directly, but I don't think that "SetTitleBar" doesn't work, it's that you're not using it right, but you also couldn't...
https://github.com/dotnet/maui/blob/ea5ca41a763b3177eb5e686a555fef1958198f14/src/Essentials/src/Connectivity/Connectivity.uwp.cs#L20-L73 This codeblock was changed recently so https://github.com/dotnet/maui/pull/22013 could fix your issue, since it should call the correct path to get the network value. If you run the underlying code...
The MAUI UI Team does not maintain the Pair To Mac tooling, so it would be better to direct this to VS Feedback than here. That said, I believe they...
Have you tried asking in the [MudBlazor github](https://github.com/MudBlazor/MudBlazor/issues)?
https://github.com/dotnet/maui/blob/39f90eeb9866940117d5501f8b864498b9db0c88/src/Controls/src/Build.Tasks/BuildException.cs#L67 https://github.com/dotnet/maui/blob/39f90eeb9866940117d5501f8b864498b9db0c88/loc/pl/src/Controls/src/Build.Tasks/ErrorMessages.resx.lcl#L69-L77 There's been a few changes in SetPropertiesVisitor since Preview2, and I think this is the only place that throws that exception: https://github.com/dotnet/maui/blame/main/src/Controls/src/Build.Tasks/SetPropertiesVisitor.cs @simonrozsival Would you have any ideas...
@simonrozsival Okay, that makes sense. Should this issue be closed then and duplicated under https://github.com/dotnet/maui/issues/21834?
@mgoertz-msft Would you know?
@jaosnz-rep You don't need to upload the bin/obj folders, you just need to upload the source code, preferably to a GitHub repo, as described in the note when making the...
Also, if you could try doing what you're doing in a .NET Android app that doesn't implement that MAUI UI framework (You can create one using the CLI command `dotnet...