<?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: Deploying to Simulator on Apple M1 Macs in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/deploying-to-simulator-on-apple-m1-macs/m-p/1111717#M10586</link>
    <description>&lt;P&gt;Yep. That's true.&amp;nbsp;&lt;/P&gt;&lt;P&gt;but right now I'm using unofficial emulator&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/google/android-emulator-m1-preview" target="_blank"&gt;https://github.com/google/android-emulator-m1-preview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;it's working but not smooth.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Oct 2021 16:37:03 GMT</pubDate>
    <dc:creator>batkaj</dc:creator>
    <dc:date>2021-10-27T16:37:03Z</dc:date>
    <item>
      <title>Deploying to Simulator on Apple M1 Macs</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/deploying-to-simulator-on-apple-m1-macs/m-p/1111356#M10576</link>
      <description>&lt;P data-unlink="true"&gt;Hi, I've been wondering: is there currently a plan to support Simulator deployment for Macs with M1 processors?&lt;/P&gt;&lt;P data-unlink="true"&gt;I've noticed that the documentation for the ArcGIS Runtime for iOS says that it &lt;EM&gt;does&lt;/EM&gt; support this (&lt;A href="https://developers.arcgis.com/ios/reference/system-requirements/#deploying-your-apps" target="_self"&gt;link&lt;/A&gt;), but for ArcGIS Runtime for .NET it does not (&lt;A href="https://developers.arcgis.com/ios/reference/system-requirements/#deploying-your-apps" target="_self"&gt;link&lt;/A&gt;). I have an M1 Mac, and the rest of the developers I work with are going to be switching to M1 Macs fairly soon, so this would be very benificial for us.&lt;/P&gt;&lt;P data-unlink="true"&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 17:19:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/deploying-to-simulator-on-apple-m1-macs/m-p/1111356#M10576</guid>
      <dc:creator>brayden-marshall</dc:creator>
      <dc:date>2021-10-26T17:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying to Simulator on Apple M1 Macs</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/deploying-to-simulator-on-apple-m1-macs/m-p/1111372#M10577</link>
      <description>&lt;P&gt;It'll work today, but it'll use the x64 build instead of the arm64-simulator build. The main issue is Xamarin doesn't support it today. Once they do, we do plan to add support for the arm64-simulator architecture.&lt;BR /&gt;(I'm using an M1 myself and don't have an issue using the simulator)&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 17:53:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/deploying-to-simulator-on-apple-m1-macs/m-p/1111372#M10577</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-10-26T17:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying to Simulator on Apple M1 Macs</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/deploying-to-simulator-on-apple-m1-macs/m-p/1111381#M10578</link>
      <description>&lt;P&gt;Oh okay, that's good to know! I just tested deploying to simulator and it worked for me.&lt;/P&gt;&lt;P&gt;I hadn't tested it recently, but I had tested it multiple times earlier this year and I was never able to get it to work. Do you know if there's anything else that may have changed that would have caused it to work now but not then? (Visual Studio/Xcode updates, etc.)&lt;/P&gt;&lt;P&gt;Either way, it's working for me now, so thanks for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 18:15:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/deploying-to-simulator-on-apple-m1-macs/m-p/1111381#M10578</guid>
      <dc:creator>brayden-marshall</dc:creator>
      <dc:date>2021-10-26T18:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying to Simulator on Apple M1 Macs</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/deploying-to-simulator-on-apple-m1-macs/m-p/1111382#M10579</link>
      <description>&lt;P&gt;There's currently an issue with enabling SDK linking when deploying to simulator (we should have a fix for that in U13), but if you want hot reload etc, you'd want it off anyway &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 18:18:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/deploying-to-simulator-on-apple-m1-macs/m-p/1111382#M10579</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-10-26T18:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying to Simulator on Apple M1 Macs</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/deploying-to-simulator-on-apple-m1-macs/m-p/1111717#M10586</link>
      <description>&lt;P&gt;Yep. That's true.&amp;nbsp;&lt;/P&gt;&lt;P&gt;but right now I'm using unofficial emulator&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/google/android-emulator-m1-preview" target="_blank"&gt;https://github.com/google/android-emulator-m1-preview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;it's working but not smooth.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 16:37:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/deploying-to-simulator-on-apple-m1-macs/m-p/1111717#M10586</guid>
      <dc:creator>batkaj</dc:creator>
      <dc:date>2021-10-27T16:37:03Z</dc:date>
    </item>
  </channel>
</rss>

