<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: iOS emulator with ArcGISRuntime.Maui crashes in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/ios-emulator-with-arcgisruntime-maui-crashes/m-p/1190522#M11128</link>
    <description>&lt;P&gt;Thanks for the work around, it's working correctly with that addition.&lt;/P&gt;&lt;P&gt;Anyone else encountering this error, add the item group then clean your solution.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jul 2022 18:55:28 GMT</pubDate>
    <dc:creator>ScottSanzo</dc:creator>
    <dc:date>2022-07-07T18:55:28Z</dc:date>
    <item>
      <title>iOS emulator with ArcGISRuntime.Maui crashes</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/ios-emulator-with-arcgisruntime-maui-crashes/m-p/1190434#M11124</link>
      <description>&lt;P&gt;We're in the process of replacing a legacy app with a Maui app. We're using the the latest version of&amp;nbsp;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.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Esri.ArcGISRuntime.ArcGISRuntimeException: 'Internal error: Could not create rendering pipeline 're_texture_draw'. &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;API message: Target OS is incompatible: library was not compiled for the simulator&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Note, this exception is also thrown when debugging the sample at&amp;nbsp;&lt;A href="https://github.com/dotMorten/MauiPlayground," target="_blank" rel="noopener"&gt;https://github.com/dotMorten/MauiPlayground.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I looked for a similar question but didn't turn up anything.&amp;nbsp;Is this a known bug, is there a work around for it, or a timeline for a fix?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 16:13:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/ios-emulator-with-arcgisruntime-maui-crashes/m-p/1190434#M11124</guid>
      <dc:creator>ScottSanzo</dc:creator>
      <dc:date>2022-07-07T16:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: iOS emulator with ArcGISRuntime.Maui crashes</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/ios-emulator-with-arcgisruntime-maui-crashes/m-p/1190463#M11125</link>
      <description>&lt;P&gt;Thanks for trying ArcGIS Runtime SDK Maui preview. It is exciting to see our users transitioning to new technology . For this particular error, are you getting this error when deploying to an iOS simulator?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 17:03:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/ios-emulator-with-arcgisruntime-maui-crashes/m-p/1190463#M11125</guid>
      <dc:creator>PreetiMaske</dc:creator>
      <dc:date>2022-07-07T17:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: iOS emulator with ArcGISRuntime.Maui crashes</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/ios-emulator-with-arcgisruntime-maui-crashes/m-p/1190479#M11126</link>
      <description>&lt;P&gt;Correct. The crash happens regardless of whether or not I debug it, or simply deploy it, as long as the simulator is used.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 17:31:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/ios-emulator-with-arcgisruntime-maui-crashes/m-p/1190479#M11126</guid>
      <dc:creator>ScottSanzo</dc:creator>
      <dc:date>2022-07-07T17:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: iOS emulator with ArcGISRuntime.Maui crashes</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/ios-emulator-with-arcgisruntime-maui-crashes/m-p/1190495#M11127</link>
      <description>&lt;P&gt;This is a known issue with the ios simulator in that preview, and will be fixed in the next preview. Until then, add this to your project file, and it should address it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    &amp;lt;ItemGroup Condition="'$(RuntimeIdentifier)' == 'iossimulator-x64'"&amp;gt;
        &amp;lt;PackageReference Include="Esri.ArcGISRuntime.Xamarin.iOS" Version="100.14.1" GeneratePathProperty="true" /&amp;gt;
        &amp;lt;Content Include="$(PkgEsri_ArcGISRuntime_Xamarin_iOS)\resources\shaders\simx64\*.metallib" Visible="false" Condition="'$(RuntimeIdentifier)' == 'iossimulator-x64'" &amp;gt;
            &amp;lt;Link&amp;gt;RuntimeCoreNet\resources\shaders\%(RecursiveDir)%(Filename)%(Extension)&amp;lt;/Link&amp;gt;
            &amp;lt;CopyToOutputDirectory&amp;gt;PreserveNewest&amp;lt;/CopyToOutputDirectory&amp;gt;
        &amp;lt;/Content&amp;gt;    
    &amp;lt;/ItemGroup&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 18:16:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/ios-emulator-with-arcgisruntime-maui-crashes/m-p/1190495#M11127</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2022-07-07T18:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: iOS emulator with ArcGISRuntime.Maui crashes</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/ios-emulator-with-arcgisruntime-maui-crashes/m-p/1190522#M11128</link>
      <description>&lt;P&gt;Thanks for the work around, it's working correctly with that addition.&lt;/P&gt;&lt;P&gt;Anyone else encountering this error, add the item group then clean your solution.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 18:55:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/ios-emulator-with-arcgisruntime-maui-crashes/m-p/1190522#M11128</guid>
      <dc:creator>ScottSanzo</dc:creator>
      <dc:date>2022-07-07T18:55:28Z</dc:date>
    </item>
  </channel>
</rss>

