Post

Replies

Boosts

Views

Activity

Comment on Xcode 26 CompileMetalFile failed
I tried that, unfirtunatly that did not change a thing here ~ ❯ sudo chmod o+rx /var/ ~ ❯ sudo chmod o+rx /var/run/ ~ ❯ sudo chmod o+rx /var/run/com.apple.security.cryptexd/ ~ ❯ sudo chmod o+rx /var/run/com.apple.security.cryptexd/mnt/ ~ ❯ cd /var/run/com.apple.security.cryptexd cd: permission denied: /var/run/com.apple.security.cryptexd
4w
Comment on Xcode 26 CompileMetalFile failed
unfortunately that is not helping. ~ ❯ sudo chmod +r /var/run/com.apple.security.cryptexd/mnt/ ~ ❯ ls -al /var/run/com.apple.security.cryptexd/mnt/ ls: /var/run/com.apple.security.cryptexd/mnt/: Permission denied ~ ❯ cd /var/run/com.apple.security.cryptexd cd: permission denied: /var/run/com.apple.security.cryptexd ~ ❯ sudo chmod +r /var/run/com.apple.security.cryptexd ~ ❯ cd /var/run/com.apple.security.cryptexd cd: permission denied: /var/run/com.apple.security.cryptexd
Nov ’25
Comment on How can we performantly scroll to a target location using TextKit 2?
I analyzed again the alignViewportToDocumentEndLocationIfNeeded() you provided, and noticed that despite it being called from textViewportLayoutControllerDidLayout the viewportLayoutController.viewportRange! is sometimes nil (and crashes). I also noticed that the adjustement sometimes failing to adjust viewport to display the end of the document - all of that happens when scrolling is done fast - I'm aware it is vague, but I don't have more context to it myself, it looks misterious to me
Topic: UI Frameworks SubTopic: General Tags:
Aug ’25