Elektrine lite

← Feed

@teilweise@layer8.space

Post #1758309

2026-04-20 12:38 UTC

@leeloo @Sarnau @mayo @dasdom That’s the search pattern, I should have given the result of the grep, too: It is the exact error message. I did a different grep to find the location of the string, the grep I gave in the post was just reduced to produce the single one line that matches the error message 1:1. Initially I used `grep -a -r Cannot' dele' /Applications/Xcode.app/ | less` but that contains lots of (binary) output and makes it hard to see the interesting part.

Replies (1)

  • @leeloo@c.im 2026-04-20 12:46

    @teilweise @Sarnau @mayo @dasdom Binary ouput - so that is the strings after the compiler has done any compile time substitutions...

    Open ##1758310