instacart / instacart/TrueTime.swift

Thread 1: signal SIGABRT

Open
#53 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Swift
Stars
634
Forks
154
PR merge metrics
No merged PRs in 30d

Description

![look at this file](https://user-images.githubusercontent.com/35659043/35353702-50195234-0148-11e8-9675-b75085cb902e.png)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.