반응형
iOS 16.1, Xcode 14.1, Swift 5, UIKit 환경에서 진행했습니다.
위 스샷과 같이 Simulate Location 에서 location 변경을 할 수 없는 오류입니다.
해결방법으로는 Edit Scheme -> Run 탭 -> Options 탭 -> CoreLocation 설정, DefaultLocation 설정을 합니다.
그 후에 빌드했을 때, 시뮬레이터에서 Location 설정하는 것을 확인할 수 있습니다
반응형
'iOS > 오류해결' 카테고리의 다른 글
[iOS, Swift] StackView 안의 뷰가 늘어나는 오류해결 (0) | 2023.03.02 |
---|---|
[iOS, Swift] Left side of mutating operator isn't mutable: 'self' is imutable 오류해결 (0) | 2023.02.18 |
[iOS, Swift] Range requires lowerBound >= upperBound 오류해결 (0) | 2023.02.06 |
[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 |