fatenumber25
Results
2
comments of
fatenumber25
I fixed it in TimelineView.swift as below and solved it. Before ``` let timeLabelFormatter: DateFormatter = { let formatter = DateFormatter() formatter.dateFormat = "HH:mm" return formatter }() ``` After ```...
Hi rsahara. Did you solve the problem? I also compiled project using XCode13 on Big Sur 11.6, but it was exactly the same and it didn't solve the problem.😥