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

iPhone9,3 is unknown. Crash in "osVersion" #8

Closed
timothycosta opened this issue May 19, 2017 · 1 comment
Closed

iPhone9,3 is unknown. Crash in "osVersion" #8

timothycosta opened this issue May 19, 2017 · 1 comment

Comments

@timothycosta
Copy link
Contributor

Just installed AssistantKit and it looks very interesting. My iPhone 7 isn't detected, so I've created a pull request here: #7

Also, osVersion crashes because of Float(UIDevice.current.systemVersion)!. UIDevice.current.systemVersion returns 10.3.1 which can't be converted. I don't know what the best way to handle that is.

@anatoliyv
Copy link
Owner

Crash fixed by removing osVersion. I think it's useless property: no way to convert "10.2.3" to Float imo. Thank you for your pull request!

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

2 participants