You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ If task will be canceled the streaming stops automatically. I would recomend to
57
57
case coreLocationManagerError(CLError)
58
58
```
59
59
60
-
There's been a glitch - throwing **CLError.locationUnknown***Error Domain=kCLErrorDomain Code=0 "(null)"* on some devices and simulator while changing locations time by time. This type of error *.locationUnknown* is excluded when is happens in delegate method *didFailWithError*
60
+
There's been a glitch - throwing **CLError.locationUnknown***Error Domain=kCLErrorDomain Code=0 "(null)"* on some devices and simulator while changing locations time by time. This type of error *.locationUnknown* is excluded when is happens in delegate method **didFailWithError**
0 commit comments