When creating a time timestamp from Date() function app is getting crash rarely, Is it the right way to handle it?
let time_stamp = String(Int(Date().timeIntervalSince1970*1000))
The above code is getting crash rarely, in the test flight build.
Added the log, line number 3216 is the above one.