# 상황 1

 - 어제 밤에 되던 코드가 다음날 아침 아래와 같은 에러를 뱉으며 빌드가 되지 않았다.


'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h' has been modified since the precompiled header was built


~/Library/Developer/Xcode/DerivedData 에 생성된 폴더를 지우라는 메세지도 나온다. 


 - 해결 방법

  : 해당 폴더를 삭제.

  : XCode에서 해당 프로젝트를 다시 Open.


이상하게도 

XCode 를 열고 있는 상태에서 지우고 빌드시 해결되지 않았다. 

XCode 종료 후 삭제 -> 재실행 -> 프로젝트 다시 열기 -> 빌드를 하자 해결되었다.



+ Recent posts