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 |
Tags
- RIBs Tutorial
- 로버트마틴형
- Ribs
- memory safety
- 클린아키텍쳐
- conflicting access to memory
- Large File Storage
- in-out
- RxSwift
- windowScene
- Github file size
- Dependency Rule
- UICoordinateSpace
- ios
- 메모리 접근 충돌
- 잡초가득블로그
- Apple Certificate
- iOS 버전 점유율
- RxCocoa
- rib
- iOS Target
- App Signing
- Concurrent
- coordinateSpace
- 대머리깃허브
- Dispatch.main.sync
- Git Large File Storage
- swiftdocs
- SWIFT
- Automatically manage signing
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 |