instacart / instacart/TrueTime.swift
Thread 1: signal SIGABRT
Open
- Dominant language
- Swift
- Stars
- 634
- Forks
- 154
- PR merge metrics
- No merged PRs in 30d
Description

Just calling `TrueTimeClient.sharedInstance` is leading to a app-crash every-time I'm testing it... Is there a simple way to fix this issue?
```
import TrueTime
let YourClass: yclass = yclass()
public class yclass {
public init() {
}
func initialize() {
let client = TrueTimeClient.sharedInstance // --> error
}
}
```
Any help would be VERY appreciated.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.