-
### Description
Working on a Swift package using C++ interoperability I am facing an issue handling optional values when compiling it with Mac Catalyst as target.
While principally it should be …
-
Hi,
Is there a compatibility reason that Mac Catalyst is not supported? or is this something that could be enabled on my side? https://github.com/dotnet/maui/issues/13855
Thanks,
Igal
-
The default build times for a Mac Catalyst app on arm64 are horrendous:
* `dotnet new maccatalyst && dotnet build`: 1 minute
Enabling the trimmer or the interpreter makes it _much_ better:
* …
-
When I'm trying to use the MacOS NuGet package with a .NET MAUI Catalyst project the dll is not found. I get the following error:
```
Exception has occurred: CLR/System.Reflection.TargetInvocationE…
-
### Problem
XCFramework has ios-arm64_x86_64-maccatalyst which is for x86 Mac catalyst apps.
Including an m1 fully native binary in the xcframework would allow for fully native m1 apps that use Real…
-
### Steps to Reproduce
1. Create a new minimal MacCatalyst App Extension.
2. Build `dotnet build /bl`
3. Build fails; "_CollectBundleResources" does not exist.
### Expected Behavior
T…
-
**Describe the bug**
It seems that using Spark Structured Streaming from a managed table (that should support tead) to an external table (that should support read/write) - is not working.
It throw…
-
I am working on enabling Mac Catalyst support for a current application that is using EmbraceIO. Not sure if the latest version os EmbraceIO SDK support Mac Catalyst? If not, will there be a plan to d…
-
**Description**
command = ' -ss $startPoint -i "$videoPath" -t ${endPoint - startPoint} -avoid_negative_ts make_zero -c:a aac -crf 15 -c:v libx264 -preset veryfast ' + '-y "$outputPath"';
input…
-
**Describe the bug**
A clear and concise description of what the bug is.
On Mac catalyst 16, lines delimiting the view appear (see capture). Previously (on mac catalyst 15) it never appeared.
…