화면 전환을 구현하다가 다음과 같은 에러가 발생했습니다.
perFormSeque의 withIdentifier 매개변수 이름이 일치하지 않아 생기는 문제입니다.
문제를 해결해보겠습니다.
[Step 1] 생성한 Segue객체의 Storyboard Segue 섹션에서 Identifier를 확인하기
[Step 2] 위에서의 Identifier명과 perfomsegue의 변수명을 일치하게 적었는지 확인
스토리보드와 소스 코드를 연결할 때는 항상 변수명을 잘 일치시켰는지 확인해야 합니다.
'Error' 카테고리의 다른 글
[iOS / Error] whose view is not in the window hierarchy 경고 해결 (0) | 2021.08.05 |
---|---|
[iOS / Error] Could not insert new outlet connection 에러 해결 (0) | 2021.08.01 |
[iOS / Error] Edit placeholder in source file 에러 해결 (0) | 2021.07.28 |
[iOS / Error] NSException - this class is not key value... 에러 해결 (0) | 2021.07.28 |
[iOS / Error] Build input file cannot be found: 에러 해결 (0) | 2021.07.27 |