Skip to content

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

@eliekarouz

Description

@eliekarouz

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions