Tool
Alfred workflow Error - search_notes: Operation not permitted
seungdols
2025. 5. 12. 19:02
특정 workflow를 잘 사용하다가, Macos 의 보안 관련 오류로 search_notes: Operation not permitted 문제가 발생 했다.
이 부분은 주로, python workflow 모듈을 쓰는 경우 발생하는 것 같다.
해결 방법은 권한 오류가 발생한 경로를 아래 명령어에 넣어주면 된다.
xattr -dr com.apple.quarantine [경로]
ref. https://www.alfredforum.com/topic/22267-problem-with-alfred-and-searching-notes/
반응형