<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unable to Debug in VSCode - MacOS - spawn Unknown system error -86</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116880/unable-to-debug-in-vscode---macos---spawn-unknown-system-error--86</link><description>Hi folks, 
 Recently picked up a new MacBook (M series) and was excited to try some sample projects on my nrf52840dk. 
 Unfortunately upon trying to Debug, I get the following error: spawn Unknown system error -86 
 I took a quick look at the forums and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 02 Dec 2024 14:25:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116880/unable-to-debug-in-vscode---macos---spawn-unknown-system-error--86" /><item><title>RE: Unable to Debug in VSCode - MacOS - spawn Unknown system error -86</title><link>https://devzone.nordicsemi.com/thread/513003?ContentTypeID=1</link><pubDate>Mon, 02 Dec 2024 14:25:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d62392f5-86d1-4b3e-84c0-ab672a30c568</guid><dc:creator>zoob</dc:creator><description>&lt;p&gt;This was the issue! I did not have rosetta installed, after running the script I am able to debug in VSCode.&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to Debug in VSCode - MacOS - spawn Unknown system error -86</title><link>https://devzone.nordicsemi.com/thread/513002?ContentTypeID=1</link><pubDate>Mon, 02 Dec 2024 14:21:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8019b0a6-586d-454e-9c35-fd500c8df3c1</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Do you have rosetta installed?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This can be pasted to a shell on the command line:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;if ! (arch -arch x86_64 uname -m &amp;gt; /dev/null) ; then    
    echo &amp;quot;arm64: no Rosetta installed&amp;quot;    
    softwareupdate --install-rosetta --agree-to-license
else    
    echo &amp;quot;arm64: Rosetta already installed&amp;quot;
fi&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;br /&gt;Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>