일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- swiftUI
- velog
- 코딩테스트실력진단
- git
- SWIFT
- JavaScript
- react-query
- UIKit
- TypeScript
- 알고리즘
- react
- 회고
- 자바스크립트
- 프로젝트
- 프로그래머스
- NextJs
- Xcode
- 코드트리챌린지
- 코드트리
- iOSDeveloper
- 프론트엔드
- ios
- Front-end
- Apple Developer Academy
- error
- 코딩테스트
- AppleDeveloperAcademy
- tshaped
- frontend
- globalcommunity
Archives
- Today
- Total
Moon Work
[Swift] outlet connection error / 스토리보드 파일 연결 에러 본문
문제
storyboard에서 아울렛으로 table view를 드래그해서 연결하려는데 해당 ViewController가 연결되지 않았다는 에러가 발생했다. 우측 Identity Inspector에서 연결된 클래스를 확인해도 정상적으로 연결되어 있었다.
해결
cmd + B로 리빌드 후 재시도 결과 정상적으로 연결되었다.
참고
https://developer.apple.com/forums/thread/76730
Can't connect outlets in IB | Apple Developer Forums
I'm using a storyboard for a project I've been working on for sometime. A couple of days ago I added a new label to a view controller, tried to connect it to outlet and wasn't able to (by wasn't able to I mean I right clicked on the label, clicked on New R
developer.apple.com
'에러처리' 카테고리의 다른 글
[Swift] 메인쓰레드와 UI 작업 | UILabel.text must be used from main thread only (0) | 2023.03.02 |
---|---|
[Swift] Exception NSException "keypath data not found in entity _" (0) | 2023.02.28 |
[Git] git merge --no-ff Xcode 에러 해결하기 (0) | 2023.02.04 |
[netlify] 호스팅 exit code 1 에러 해결하기 (0) | 2023.01.09 |
[CORS] Cors를 처리해도 Cors 에러가 나는 경우(with Credentials) (0) | 2022.12.28 |