We're in the process of replacing a legacy app with a Maui app. We're using the the latest version of ArcGISRuntime.Maui (100.14.1-preview3 at the time of post) , with some success, when it's deployed to a device. However, when attempting to use the emulator, we're getting the following error.
Esri.ArcGISRuntime.ArcGISRuntimeException: 'Internal error: Could not create rendering pipeline 're_texture_draw'.
API message: Target OS is incompatible: library was not compiled for the simulator
Note, this exception is also thrown when debugging the sample at https://github.com/dotMorten/MauiPlayground.
I looked for a similar question but didn't turn up anything. Is this a known bug, is there a work around for it, or a timeline for a fix?