[Xcode] resource fork, Finder information, or similar detritus not allowed
잘 빌드되던 Xcode 프로젝트가 아래처럼 오류 발생하며 빌드되지 않는 경우.
resource fork, Finder information, or similar detritus not allowed
Command /usr/bin/codesign failed with exit code 1
아래와 같이 해본다.
1. command + shift + k
2. command + shift + option + k
3. 터미널에서 프로젝트 위치로 이동 (ex : cd /프로젝트위치)
4. xattr -cr . 입력
5. 다시 빌드