Programming/iOS

[iOS/Swift3.0] Xcode9 image `image referenced from a nib in the bundle with identifier` 문제 해결

devssun 2017. 10. 19. 09:51
728x90
반응형

Xcode9 image image referenced from a nib in the bundle with identifier 문제 해결

Xcode9가 추석 이후 업데이트 되었고 업데이트 하고 생성한 프로젝트에서 이미지를 쓰려고 평소처럼 이미지를 Drag&Drop해서 놨고 StoryBoard에서도 잘 뜨는데 실행만 하면 image referenced from a nib in the bundle with identifier 에러가 발생했었다

이미지 참조를 하지 못해 발생되는 문제였고 Xcode9부터 이미지를 참조하는 것이 변경된 것 같다

  1. Assets.xcassets 폴더로 이동한다
  2. + 선택한 후 import 메뉴를 선택한다
  3. import할 이미지를 선택한다
  4. 평소대로 처리한다!

끝! iOS는 할수록 귀찮게 하는 것이 많다 그냥 쓸 수 있게 해달라구!!!

반응형