본문 바로가기
iOS/iOS

ERROR 모음

by 패쓰킴 2022. 2. 17.
728x90
  • Missing '@end'해결방법
    .h / .m 파일에서 발생
    1. 오타가 없는지 찾는다.
    2. @end 가 있는지 체크
    3. 다른 파일에 @end가 빠져있는지 확인한다
  • unrecognized selector sent to instance
  • Attempted to dereference an invalid ObjC Object or send it an unrecognized selector.
  • must register a nib or a class for the identifier or connect a prototype cell in a storyboard"
    1. 아울렛이 잘 연결되어 있는지 확인
    2. 아울렛 또는 함수 명의 오류가 없는지 확인
    3. 아울렛 중복이 없는지 확인
    4. 별도 클래스가 연결되어 있는 객체가 있다면 클래스명을 지우고 다시 연결해본다.
    5. 클래스의 ID의 위치가 제대로 작성되어 있는지 확인
  • Must translate autoresizing mask into constraints to have _setHostLayoutEngine:YES 
  • Could not find a stroyboard named : 내가 부르려는 파일의 확장자가 storyboard인지 확인해보자
728x90

'iOS > iOS' 카테고리의 다른 글

JSON ecdoing / decoding  (0) 2022.02.24
CustomView  (0) 2022.02.23
타이머  (0) 2022.01.25
아이폰 노치 여부 확인 방법  (0) 2022.01.24
navigation bar 숨김 시 swipe  (0) 2022.01.21

댓글