[Xcode] resource fork, Finder information, or similar detritus not allowe

[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. 다시 빌드

참고사이트 : https://stackoverflow.com/questions/39652867/code-sign-error-in-macos-high-sierra-xcode-resource-fork-finder-information