Post

Replies

Boosts

Views

Activity

Reply to Unable to compile Core Image filter on Xcode 26 due to missing Metal toolchain
Update: after many attempts I have gotten it to work by doing the following: Disable system integrity protection (boot into recovery > terminal > csrutil disable) Run sudo rm -rf /System/Library/AssetsV2/com_apple_MobileAsset_MetalToolchain/ Enable system integrity protection (boot into recovery > terminal > csrutil enable) Install the toolchain Manually mount the file at /System/Library/AssetsV2/com_apple_MobileAsset_MetalToolchain/*.asset/AssetData/Restore/*.dmg As soon as I mount it, it works. Unmounting it makes it not work again. If any engineers would want to look into why that's happening, I'd be happy to help them debug this.
Topic: Graphics & Games SubTopic: Metal Tags:
Sep ’25
Reply to Unable to compile Core Image filter on Xcode 26 due to missing Metal toolchain
I'm also having issues on Xcode 26 RC. I somehow managed to get it to compile, though unsure what or how, but after a reboot it went back to being broken. I'm also unable to run sudo rm -rf /System/Library/AssetsV2/com_apple_MobileAsset_MetalToolchain/, it errors saying Operation not permitted. The folder contains two .asset folders if that's anything noteworthy.
Topic: Graphics & Games SubTopic: Metal Tags:
Sep ’25