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
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.
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.
The text was updated successfully, but these errors were encountered:
When calling the method

Clock.System.now()
on an iPod 5 (arm32/iOS9) the app crashes as if itposix_clock_gettime
is not available on that device.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.The text was updated successfully, but these errors were encountered: