STEPS TO REPRO:
-
Install 2.11.0 into an iOS app by adding the following line to your pod file:
pod 'LaunchDarkly', :git => 'https://github.com/launchdarkly/ios-client.git', :tag => '2.11.0'
-
Run pod install
-
Build
-
Compiler will complain with:
LDClientManager.m:162:38: No known class method for selector 'eventSourceWithURL:httpHeaders:connectMethod:connectBody:'