Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NSNumber' is not convertible to 'CLLocationDistance' #19

Open
mueslifante opened this issue May 12, 2018 · 2 comments
Open

NSNumber' is not convertible to 'CLLocationDistance' #19

mueslifante opened this issue May 12, 2018 · 2 comments

Comments

@mueslifante
Copy link

Hello, i have an issue after install:
in this function,

open func format(_ number: NSNumber, formatter: NumberFormatterCustomLocaleAvailable, locale: Locale) -> String

let distance = number as CLLocationDistance

NSNumber' is not convertible to 'CLLocationDistance' (aka 'Double'); did you mean to use 'as!' to force downcast?

xCode Version 9.3.1 (9E501)
platform :ios, '10.0'
swift_version = "4.0"

@laszlotuss
Copy link

Force downcast is a bad practice, should prefer if let instead ...

@mengxinyizhui
Copy link

Force downcast is a bad practice, should prefer if let instead ...

so??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants