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

ios-eventsource: CFBundleIdentifier collision #194

Closed cswelin closed 5 years ago

cswelin commented 5 years ago

Describe the bug

Application submissions being rejected due to:

TMS-90806: CFBundleIdentifier collision - Each bundle must have a unique bundle identifier. The bundle identifier 'com.launchdarkly.EventSource' is used in the bundles '[DarklyEventSource.framework, DarklyEventSource.framework]'

ios-client-sdk has have unique the bundle identifiers for each platform target, however, ios-eventsource targets still share the same bundle identifier.

cswelin commented 5 years ago

Closing in favour of a PR: https://github.com/launchdarkly/ios-eventsource/pull/28