launchdarkly / ios-client-sdk

LaunchDarkly Client-side SDK for iOS (Swift and Obj-C)
https://docs.launchdarkly.com/sdk/client-side/ios
Other
69 stars 84 forks source link

Build warnings in SDK 5.1.0 with Xcode 12 beta 6 #220

Closed idrougge closed 3 years ago

idrougge commented 3 years ago

Describe the bug DiagnosticEvent.swift has four warnings saying:

Immutable property will not be decoded because it is declared with an initial value which cannot be overwritten

SDK version 5.1.0

Language version, developer tools Xcode 12, beta 6

torchhound commented 3 years ago

Hi @idrougge, thanks for reporting this bug.

Tracked internally as 88282.

gwhelanLD commented 3 years ago

Fixed in the 5.2.0 release. Thanks again for reporting!