You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the heads up. Does the warning only show up when -mmacosx-version-min=12.0? I'm not seeing the warning in our Xcode 14 builds on Monterey, but we set the minimum to 10.9 for Intel and 11.0 for Apple Silicon.
Also, is this just for Xcode or also generally for clang? The conda packages (and new Phenix releases) are built with clang from the conda-forge channel. Developers are free to use Xcode, though.
Thanks for the heads up. Does the warning only show up when -mmacosx-version-min=12.0? I'm not seeing the warning in our Xcode 14 builds on Monterey, but we set the minimum to 10.9 for Intel and 11.0 for Apple Silicon.
Yeah, that's what I was thinking too. I'll update to Ventura when the .1 release is available and see if anything changes as newer versions of Xcode come out.
I also pinged the conda-forge folks to see if they know anything more.
To hopefully save you some time digging this up:
cctbx_project/libtbx/SConscript
Line 799 in b6b8e3b
That's deprecated in Xcode 14.
Solution: python/cpython#97524
The text was updated successfully, but these errors were encountered: