We have no Headers built phase and I did the opposite of @ivayale's solution and disabled the new build system integration (which previously was enabled):
defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 0
As always in Xcode, try toggling all toggles etc.; there seems to be neither sense nor reason behind the actual value. What matter is you change it :)
Try x-safari-https:, as in:
x-safari-https://christiantietze.de/posts/2023/05/safari-for-mac-url-scheme
Which incidentally is a blog post about this :)
Encountered the same problem here. Looks like we require elevated rights to mount the toolchain, and maybe Xcode's helper doesn't have the privileges?
I resorted to writing a Launch Service to auto-mount the toolchain for me.
https://christiantietze.de/posts/2026/01/auto-mount-metal-toolchain-using-launchd-because-xcode-wont/
We have no Headers built phase and I did the opposite of @ivayale's solution and disabled the new build system integration (which previously was enabled):
defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 0
As always in Xcode, try toggling all toggles etc.; there seems to be neither sense nor reason behind the actual value. What matter is you change it :)
Try x-safari-https:, as in:
x-safari-https://christiantietze.de/posts/2023/05/safari-for-mac-url-scheme
Which incidentally is a blog post about this :)
Encountered the same problem here. Looks like we require elevated rights to mount the toolchain, and maybe Xcode's helper doesn't have the privileges?
I resorted to writing a Launch Service to auto-mount the toolchain for me.
https://christiantietze.de/posts/2026/01/auto-mount-metal-toolchain-using-launchd-because-xcode-wont/