lightstep / lightstep-tracer-objc

The Lightstep distributed tracing library for Objective-C and Swift
https://lightstep.com
MIT License
11 stars 9 forks source link

Fix type annotation #43

Closed keith closed 7 years ago

keith commented 7 years ago

This dictionary was typed to only be strings, but a NSMutableArray was inserted into it. With Xcode 9 and CP 1.4+ this is a warning by default.

keith commented 7 years ago

Looks like the test just didn't run here

bhs commented 7 years ago

thanks!