Post

Replies

Boosts

Views

Activity

Reply to Xcode 26 CompileMetalFile failed
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/
Jan ’26
Reply to Xcode 13.3 cycle in dependencies between targets
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 :)
Apr ’22
Reply to Xcode 26 CompileMetalFile failed
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/
Replies
Boosts
Views
Activity
Jan ’26
Reply to url scheme safari
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 :)
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Xcode 13.3 cycle in dependencies between targets
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 :)
Replies
Boosts
Views
Activity
Apr ’22
Reply to XCode console flooded with "Invalid timestamps for HID response delay" messages on a hello world app
Same problem since I switched to an M1 Mac.
Replies
Boosts
Views
Activity
Nov ’21