Solved Xcode 13.3 throws framework build errors with R25

Hello,

on my MacBookPro, Xcode has updated to version 13.3, and now I'm getting build errors in cinema.framework. What's the best way to fix this? It still builds on my iMac (which runs Big Sur, and an earlier version of XCode 13).

Screenshot 2022-03-15 at 21.08.07.png

My environment:
MacBookPro 16", 2019
Intel Core i9
macOS Monterey (Version 12.2.1)
Cinema 4D R25 .117
Xcode 13.3 (13E113)

Thanks in advance!

Greetings,
Frank

www.frankwilleke.de
Only asking personal code questions here.

It seems that the deprecated result_of needs to be substituted with invoke_result, but I couldn't figure out how make the change correctly, so that cinema.framework would build without errors.

www.frankwilleke.de
Only asking personal code questions here.

So thankfully, as a registered Apple developer, I found the download site, downloaded Xcode 13.2.1, and now I can build find with it.
However, is there going to be an update that replaces the deprecated API code, and make cinema.framework in R25 compatible with Xcode 13.3?

Cheers,
Frank

www.frankwilleke.de
Only asking personal code questions here.

Hi @fwilleke80, glad that Xcode 13.2.1 is working. I don't think R25 SDK is going to be fixed to support a new version, but I will check with development team.

Cheers,
Maxime.

Thanks, Maxime! :-)

www.frankwilleke.de
Only asking personal code questions here.

And sorry for the late reply, but yes this fix will not be backported to R25 but it is fixed with the S26 SDK.

Cheers,
Maxime.

Okay, thanks!

www.frankwilleke.de
Only asking personal code questions here.