반응형
iOS 16.1, Xcode 14.1, Swift 5, UIKit 환경에서 진행했습니다.
for 루프를 돌릴 때, lowerBound가 upperBound보다 클 때 발생하는 오류이다.
for i in 2...1
위와 같이 시작지점이 끝나는 지점보다 큰지 확인해보자.
반응형
'iOS > 오류해결' 카테고리의 다른 글
[iOS, Swift] Left side of mutating operator isn't mutable: 'self' is imutable 오류해결 (0) | 2023.02.18 |
---|---|
[iOS, Swift] Simulator Location 설정이 안 될 때 해결방법 (0) | 2023.02.14 |
[iOS, Swift] Instatnce member '' cannot be used on type '' 오류해결 (0) | 2023.01.22 |
[iOS, Swift] init(coder:) has not been implemented (0) | 2023.01.22 |
[iOS, Swift] Build input file cannot be found: '~/Info.plist'. (0) | 2023.01.22 |