<?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: add-ons on Mac ARM Silicon error the file is an outdated Add-on that cannot be used with this in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/add-ons-on-Mac-ARM-Silicon-error-the-file-is-an-outdated-Add-on/m-p/633394#M9833</link>
    <description>&lt;P&gt;It is possible to compile universal binary Add-Ons for macOS that work with both the Intel and ARM versions of Archicad.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your Add-On is built this way, the file command on macOS should output something like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;gt; file MyAddOn.bundle/Contents/MacOS/MyAddOn 
MyAddOn.bundle/Contents/MacOS/MyAddOn: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit bundle x86_64] [arm64:Mach-O 64-bit bundle arm64]
MyAddOn.bundle/Contents/MacOS/MyAddOn (for architecture x86_64): Mach-O 64-bit bundle x86_64
MyAddOn.bundle/Contents/MacOS/MyAddOn (for architecture arm64): Mach-O 64-bit bundle arm64
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's recommended to use the official template which is set up to build universal binary by default:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/GRAPHISOFT/archicad-addon-cmake" target="_blank"&gt;https://github.com/GRAPHISOFT/archicad-addon-cmake&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Sep 2024 18:02:17 GMT</pubDate>
    <dc:creator>Viktor Kovacs</dc:creator>
    <dc:date>2024-09-30T18:02:17Z</dc:date>
    <item>
      <title>add-ons on Mac ARM Silicon error the file is an outdated Add-on that cannot be used with this</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/add-ons-on-Mac-ARM-Silicon-error-the-file-is-an-outdated-Add-on/m-p/633233#M9831</link>
      <description>&lt;P&gt;We have some add-ons, the previous years everything worked fine but this year once we run the installer, we get on the MAC arm/silicon devices the following message:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ValerieBecquart_0-1727685657102.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/77300iA71DE504452DEA5D/image-size/large?v=v2&amp;amp;px=999" role="button" title="ValerieBecquart_0-1727685657102.png" alt="ValerieBecquart_0-1727685657102.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;First it also was on mac intell, but after pref cleaning and reinstalling, the error wasn't there anymore.&lt;/P&gt;
&lt;P&gt;On windows our add-ons work fine, no error to be found.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We checked that we publish the add-ons in release mode, our sdk used is 28.200 (most current one on the website) and the bundles are signed correctly. We use visual studio and v142 set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When creating the installers, no error occurs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone whom has any idea what we're missing or any tips on how avoid this error?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 20:21:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/add-ons-on-Mac-ARM-Silicon-error-the-file-is-an-outdated-Add-on/m-p/633233#M9831</guid>
      <dc:creator>Valerie Becquart</dc:creator>
      <dc:date>2024-10-03T20:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: add-ons on Mac ARM Silicon error the file is an outdated Add-on that cannot be used with this</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/add-ons-on-Mac-ARM-Silicon-error-the-file-is-an-outdated-Add-on/m-p/633242#M9832</link>
      <description>&lt;P&gt;I may be wrong, but my understanding is you have to compile separately for Mac Intel and Mac Arm/Silicon (and of course Windows).&lt;/P&gt;
&lt;P&gt;Have you compiled the correct version?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 09:14:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/add-ons-on-Mac-ARM-Silicon-error-the-file-is-an-outdated-Add-on/m-p/633242#M9832</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-09-30T09:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: add-ons on Mac ARM Silicon error the file is an outdated Add-on that cannot be used with this</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/add-ons-on-Mac-ARM-Silicon-error-the-file-is-an-outdated-Add-on/m-p/633394#M9833</link>
      <description>&lt;P&gt;It is possible to compile universal binary Add-Ons for macOS that work with both the Intel and ARM versions of Archicad.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your Add-On is built this way, the file command on macOS should output something like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;gt; file MyAddOn.bundle/Contents/MacOS/MyAddOn 
MyAddOn.bundle/Contents/MacOS/MyAddOn: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit bundle x86_64] [arm64:Mach-O 64-bit bundle arm64]
MyAddOn.bundle/Contents/MacOS/MyAddOn (for architecture x86_64): Mach-O 64-bit bundle x86_64
MyAddOn.bundle/Contents/MacOS/MyAddOn (for architecture arm64): Mach-O 64-bit bundle arm64
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's recommended to use the official template which is set up to build universal binary by default:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/GRAPHISOFT/archicad-addon-cmake" target="_blank"&gt;https://github.com/GRAPHISOFT/archicad-addon-cmake&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 18:02:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/add-ons-on-Mac-ARM-Silicon-error-the-file-is-an-outdated-Add-on/m-p/633394#M9833</guid>
      <dc:creator>Viktor Kovacs</dc:creator>
      <dc:date>2024-09-30T18:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: add-ons on Mac ARM Silicon error the file is an outdated Add-on that cannot be used with this</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/add-ons-on-Mac-ARM-Silicon-error-the-file-is-an-outdated-Add-on/m-p/633520#M9847</link>
      <description>&lt;P&gt;We found out that we had missed a setting in Xcode &amp;gt; menubar Product &amp;gt; Destination. This was set on the option 'My Mac'. When changing it to Any Mac, we could universal binary build our add-ons.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ValerieBecquart_0-1727785430282.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/77394i8FA84FFCA96F45BB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ValerieBecquart_0-1727785430282.png" alt="ValerieBecquart_0-1727785430282.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 12:24:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/add-ons-on-Mac-ARM-Silicon-error-the-file-is-an-outdated-Add-on/m-p/633520#M9847</guid>
      <dc:creator>Valerie Becquart</dc:creator>
      <dc:date>2024-10-01T12:24:20Z</dc:date>
    </item>
  </channel>
</rss>

