launchdarkly / ios-client-sdk

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

Fix build on Xcode 11 #188

Closed marcelofabri closed 5 years ago

marcelofabri commented 5 years ago

I was getting this error when building on Xcode 11:

ios-client-sdk/LaunchDarkly/LaunchDarkly/Service Objects/EnvironmentReporter.swift:13:8: error: no such module 'WatchKit'
import WatchKit
       ^
marcelofabri commented 5 years ago

Ooops, seems that this is the same as #183

torchhound commented 5 years ago

This fix went out in iOS client 4.1.2, thanks for the PR!