RobertGummesson / BuildTimeAnalyzer-for-Xcode

Build Time Analyzer for Swift
MIT License
4.3k stars 260 forks source link

Changed the data type from Int to NSNumber #69

Closed TysonVignesh closed 6 years ago

TysonVignesh commented 6 years ago

As Xcode returns timeStartedRecording, timeStoppedRecording as NSNumber instead of Int I have changed the data type now its working perfectly in Xcode9-beta4

RobertGummesson commented 6 years ago

Thanks.