krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
907 stars 334 forks source link

Error CFBundleIdentifier Collision #135

Closed marinofaggiana closed 2 years ago

marinofaggiana commented 2 years ago

We use your library as Swift Package Dependencies in our main app and extensions with the follow Apple Error :

App Store Connect Operation Error

CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier value 'com.github.krzyzanowskim.OpenSSL' under the iOS application 'xxx.app'.

Can you help us resolve it ? Thanks !

krzyzanowskim commented 2 years ago

There is more than one bundle

this suggests the framework is embedded more than once. It's either installation issue or transient dependency. Not much I can do anything about it