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).
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 -
It seems that the deprecated
result_of
needs to be substituted withinvoke_result
, but I couldn't figure out how make the change correctly, so that cinema.framework would build without errors. -
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 -
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!
-
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!