Closed sodastsai closed 9 years ago
The FabricProvider and Fabric itself uses an NSArray as initializer arguments. But the ARAnalytics uses an in-corresponding type. (NSDictionary)
FabricProvider
Fabric
NSArray
ARAnalytics
Oh yeah, there is it, any chance you can note this in the changelog too please
Oh, yeah, just recalling that I have to do so
Thank you, :+1: - just going to wait on CI now
The
FabricProvider
andFabric
itself uses anNSArray
as initializer arguments. But theARAnalytics
uses an in-corresponding type. (NSDictionary)