Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- UICoordinateSpace
- RxCocoa
- App Signing
- Concurrent
- iOS 버전 점유율
- RIBs Tutorial
- RxSwift
- in-out
- memory safety
- conflicting access to memory
- Git Large File Storage
- 메모리 접근 충돌
- Large File Storage
- Dispatch.main.sync
- Automatically manage signing
- rib
- 대머리깃허브
- Ribs
- 잡초가득블로그
- coordinateSpace
- SWIFT
- iOS Target
- Dependency Rule
- 로버트마틴형
- 클린아키텍쳐
- windowScene
- Github file size
- Apple Certificate
- swiftdocs
- ios
Archives
- Today
- Total
빙수왕의 개발일지
loaded the \"FirstViewController\" nib but the view outlet was not set 본문
loaded the \"FirstViewController\" nib but the view outlet was not set
와 같은 오류가 났을 때
File's Owner와 View가 outlet 연결되어있는지 확인해봐야 한다.
보통은 swift파일과 xib를 동시에 만드는데, 따로 만들었을 때 발생했던 오류다.
따로 만들면 이걸 수동으로 이어줘야하나보다..
'개발 > iOS' 카테고리의 다른 글
Api에서 받아온 data를 예쁘게 출력하기 (0) | 2021.03.20 |
---|---|
struct의 variable들을 array처럼 쓸 수는 없을까? (0) | 2021.03.03 |
StackView distribution 속성 정리 (0) | 2021.02.23 |
reusableCell의 force casting은 나쁜걸까 (0) | 2021.02.12 |
main.m의 main함수는 왜 main(void)가 아닐까? (0) | 2021.02.11 |