<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Development requirements for C4D 2025]]></title><description><![CDATA[<p dir="auto">The latest C++ SDK docs don't state the dev environment for C4D 2025, only for 2024. For Windows, I have rebuilt plugins for 2025 using VS2019 and it works fine, but the Mac is more complex (inevitably). My MacBook runs macOS 12 (Monterey) with Xcode 13, but when I tried to install Cinema on it, I get an error saying that it requires macOS 13.6 or later (Ventura). However, if I install Ventura, it seems that Xcode 13 won't run on that, and Xcode 14 is required. But if I do <em>that</em>, will I be able to build plugins for R2024 using Xcode 14? Because if not, that raises the annoying prospect of having to maintain two separate versions of macOS and Xcode if I want to support both R2024 and R2025.</p>
<p dir="auto">Some guidance on this would be very helpful.</p>
<p dir="auto">Cheers,<br />
Steve</p>
]]></description><link>http://developers.maxon.net/forum/topic/15702/development-requirements-for-c4d-2025</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 17:23:31 GMT</lastBuildDate><atom:link href="http://developers.maxon.net/forum/topic/15702.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 13 Sep 2024 08:12:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Development requirements for C4D 2025 on Wed, 23 Oct 2024 15:52:31 GMT]]></title><description><![CDATA[<p dir="auto">Dear development community,</p>
<p dir="auto">just as a clarification, as I was not very clear about that above. We are working on a solution for the build system for the SDK (as I hinted at before in other postings). But for 2025 we will stay with this a bit cumbersome legacy build system solution for macOS.</p>
<p dir="auto">Please excuse the inconvenience but there are a few more moving parts in the background than it is obvious from the outside (to fix this, we must move away from the project tool).</p>
<p dir="auto">Cheers,<br />
Ferdinand</p>
]]></description><link>http://developers.maxon.net/forum/post/75184</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/75184</guid><dc:creator><![CDATA[ferdinand]]></dc:creator><pubDate>Wed, 23 Oct 2024 15:52:31 GMT</pubDate></item><item><title><![CDATA[Reply to Development requirements for C4D 2025 on Wed, 23 Oct 2024 13:58:35 GMT]]></title><description><![CDATA[<p dir="auto">Unfortunately not (in my case) because my MacBook is too old to run Ventura. This means I can only build macOS plugins for R2024 or earlier, because I can’t run R2025 on my Mac (requires Ventura to run).  Therefore, I’ve made the decision not to build my plugins for R2025 on macOS until/unless I can afford to buy a newer Mac. It just isn’t worth it for free plugins. If I had a newer Mac I would almost certainly do as you suggest; I’ve done it before with older macOS versions.</p>
]]></description><link>http://developers.maxon.net/forum/post/75181</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/75181</guid><dc:creator><![CDATA[spedler]]></dc:creator><pubDate>Wed, 23 Oct 2024 13:58:35 GMT</pubDate></item><item><title><![CDATA[Reply to Development requirements for C4D 2025 on Mon, 21 Oct 2024 22:42:29 GMT]]></title><description><![CDATA[<p dir="auto">Not optimal, but would having two different startup drives/partitions/OS's on one system help?<br />
<a href="https://support.apple.com/en-us/118282" target="_blank" rel="noopener noreferrer nofollow ugc">https://support.apple.com/en-us/118282</a></p>
]]></description><link>http://developers.maxon.net/forum/post/75169</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/75169</guid><dc:creator><![CDATA[subazathoth]]></dc:creator><pubDate>Mon, 21 Oct 2024 22:42:29 GMT</pubDate></item><item><title><![CDATA[Reply to Development requirements for C4D 2025 on Fri, 13 Sep 2024 11:55:54 GMT]]></title><description><![CDATA[<p dir="auto">That’s a very useful site, thank you. I already have Xcode 13.4 installed but I don’t know if it will still be available after upgrading the OS to Ventura.  If not, I can get it from there and reinstall.</p>
]]></description><link>http://developers.maxon.net/forum/post/74938</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/74938</guid><dc:creator><![CDATA[spedler]]></dc:creator><pubDate>Fri, 13 Sep 2024 11:55:54 GMT</pubDate></item><item><title><![CDATA[Reply to Development requirements for C4D 2025 on Fri, 13 Sep 2024 11:36:17 GMT]]></title><description><![CDATA[<p dir="auto">I'll see if I can squeeze in a little demo on Monday, currently in the office and my MacBook is at home. I already mentioned it in the docs, but <a href="https://xcodereleases.com/" target="_blank" rel="noopener noreferrer nofollow ugc">xcodereleases.com</a> is very useful for getting specific builds of Xcode Apple does its best to hide away.</p>
]]></description><link>http://developers.maxon.net/forum/post/74937</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/74937</guid><dc:creator><![CDATA[ferdinand]]></dc:creator><pubDate>Fri, 13 Sep 2024 11:36:17 GMT</pubDate></item><item><title><![CDATA[Reply to Development requirements for C4D 2025 on Fri, 13 Sep 2024 10:59:48 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/ferdinand">@<bdi>ferdinand</bdi></a>,</p>
<p dir="auto">Yes, I've seen those hacks needed to run Xcode 13 on Ventura. TBH, I think while Macs are lovely machines, Xcode as a dev tool is a pig, even more so if you can't match Xcode versions with the OS version, as here.</p>
<p dir="auto">I'll try installing Ventura then seeing what happens when running Xcode 13 in the way you suggest, but it's getting to the point where supporting macOS for freebie plugins just isn't worth the time and effort required. I'd be interested to hear what the techs say about this. There's an interesting page on <a href="https://stackoverflow.com/questions/74192400/how-to-use-xcode-13-in-macos-ventura" target="_blank" rel="noopener noreferrer nofollow ugc">Stack Overflow</a> about it.</p>
<p dir="auto">Cheers,<br />
Steve</p>
]]></description><link>http://developers.maxon.net/forum/post/74936</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/74936</guid><dc:creator><![CDATA[spedler]]></dc:creator><pubDate>Fri, 13 Sep 2024 10:59:48 GMT</pubDate></item><item><title><![CDATA[Reply to Development requirements for C4D 2025 on Fri, 13 Sep 2024 09:53:00 GMT]]></title><description><![CDATA[<p dir="auto">Hey <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/spedler">@<bdi>spedler</bdi></a>,</p>
<p dir="auto">No, you cannot use Xcode 14. You must still use Xcode 13.4.1 as Xcode 13 is the last Xcode which support the legacy build system of Xcode which is still required for the SDK. What you must do, is run that Xcode under an OS it does not support naturally. So, you install it normally, and then force it to run it by opening the package contents, go to the <code>MacOS</code> directory, and run the <code>Xcode</code> app in there. <code>Xcode</code> will complain a lot about missing dependencies while booting, but that is the way to go.</p>
<p dir="auto">I also briefly lined this out <a href="https://developers.maxon.net/docs/cpp/2025_0_0/page_getting_started_sdk_osx.html" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>. But I will ask the Tech team what their thoughts are on this and the Build team what the state of the new SDK build system is. Because I agree, this is getting more and more cumbersome to use, and will at some point breaky the ability to debug plugins on macOS as at some point. As you will not be able to build and run macOS plugins on the sample platform at some point if do not do anything about this.</p>
<p dir="auto">Cheers,<br />
Ferdinand</p>
]]></description><link>http://developers.maxon.net/forum/post/74933</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/74933</guid><dc:creator><![CDATA[ferdinand]]></dc:creator><pubDate>Fri, 13 Sep 2024 09:53:00 GMT</pubDate></item><item><title><![CDATA[Reply to Development requirements for C4D 2025 on Fri, 13 Sep 2024 08:33:38 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Ferdinand. There's still my point about macOS. If Xcode 13 is required for R2025 development, this won't run on Ventura (macOS 13), but C4D R2025 won't install on Monterey (macOS 12). How do we square this circle? Can Xcode 14 be used for R2024 development?</p>
<p dir="auto">Cheers,<br />
Steve</p>
]]></description><link>http://developers.maxon.net/forum/post/74931</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/74931</guid><dc:creator><![CDATA[spedler]]></dc:creator><pubDate>Fri, 13 Sep 2024 08:33:38 GMT</pubDate></item><item><title><![CDATA[Reply to Development requirements for C4D 2025 on Fri, 13 Sep 2024 08:21:58 GMT]]></title><description><![CDATA[<p dir="auto">Hey Steve,</p>
<p dir="auto">thank you for pointing that out. The requirements do not have changed from 2024. I will update this in a new build I will hopefully push today or Monday with some other fixes.</p>
<p dir="auto">Cheers,<br />
Ferdinand</p>
]]></description><link>http://developers.maxon.net/forum/post/74930</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/74930</guid><dc:creator><![CDATA[ferdinand]]></dc:creator><pubDate>Fri, 13 Sep 2024 08:21:58 GMT</pubDate></item></channel></rss>