Spotlight에서 응용 프로그램 인덱싱을 중지합니다.
스포트라이트가 사용하는 메타데이터 저장소를 관리하는 과정이
mdutil라는 과정이 제 문제의 원흉입니다.일부 구글 Fu와 몇몇 시도와 오류를 거친 후 복구 방법은 다음과 같은 방식으로 이 과정을 다시 시작합니다.
sudo mdutil -a -i off  
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist  
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist  
sudo mdutil -a -i on
성공🎉
Reference
이 문제에 관하여(Spotlight에서 응용 프로그램 인덱싱을 중지합니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/solrevdev/spotlight-stops-indexing-applications-3okg텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
                                
                                
                                
                                
                                
                                우수한 개발자 콘텐츠 발견에 전념
                                (Collection and Share based on the CC Protocol.)