Xcode, what the calibratedRGB

해당글을 참고하여 작성하였습니다.

iOS 삽질 : 인터페이스 빌더에서 설정한 색상이 제대로 표시 안됨


### Why do colors look different?

Just follow this


1.Run Script

Add new Run Script


grep -rl 'colorSpace="calibratedRGB"' ./* | xargs sed -i '' 's/colorSpace="calibratedRGB"/colorSpace="custom" customColorSpace="sRGB"/g'


2. Build

Done