Open cristianoccazinsp opened 2 years ago
I updated xcode to 14.0.1, but not seeing this warning. Can you check again ?
hi, i have the same error with xcode 14.0.1
This method can cause UI unresponsiveness if invoked on the main thread. Instead, consider waiting for the -locationManagerDidChangeAuthorization:
callback and checking authorizationStatus
first.
hi, any solution now, in production build, sometimes I can not get location, no alert warning... I think this bug cause this issues
@Agontuk, I am facing exactly same issue here, with XCode Version 14.0.1 (14A400), can u take a look?
same issue - Xcode Version 14.0.1 (14A400)
Same issue on Xcode v14.2 (14C18)
same on Xcode 15 beta and iOS 17
Environment
Platforms
iOS
Versions
Please add the used versions/branches
Description
After upgrading to XCode 14, the following warning shows when debugging. Looks like there's a chance to freeze the app under some circumstances.
Reproducible Demo
Regular use as documented:
Expected Results
No warning
@Agontuk