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

Clock.System.now() crashes on arm32/iOS9 #52

Closed
eliekarouz opened this issue Sep 17, 2020 · 0 comments
Closed

Clock.System.now() crashes on arm32/iOS9 #52

eliekarouz opened this issue Sep 17, 2020 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@eliekarouz
Copy link

When calling the method Clock.System.now() on an iPod 5 (arm32/iOS9) the app crashes as if it posix_clock_gettime is not available on that device.
image

Other methods like determining the timezone of the device work fine.

The current workaround to this problem is to have an expect/actual fun to get the system time. The iOS version would be to use NSDate() to get the system time.

@dkhalanskyjb dkhalanskyjb self-assigned this Sep 21, 2020
@ilya-g ilya-g added this to the 0.1.1 milestone Nov 9, 2020
@ilya-g ilya-g added the bug Something isn't working label Nov 25, 2020
@ilya-g ilya-g closed this as completed Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants