【问题标题】:"CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier value 'org.cocoapods.FMDB'"CFBundleIdentifier 冲突。CFBundleIdentifier 值为 'org.cocoapods.FMDB' 的捆绑包不止一个
【发布时间】:2017-09-18 02:42:17
【问题描述】:

我有一个 pod 文件

target 'MainApp' do  # the host app target
  # Comment this line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for xxxxxx
   ....
  pod 'FMDB', '2.6.2'
   ......
end

target 'CallExtension3' do  # the Extension target whose host app is MainApp
   platform :ios, '10.0'
    # Comment this line if you're not using Swift and don't want to use dynamic frameworks
    use_frameworks!

    # Pods for CallExtension3
    pod 'FMDB', '2.6.2''
end

构建和归档是好的。但是当我将应用提交到应用商店时,出现错误。

ERROR ITMS-90685: "CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier value 'org.cocoapods.FMDB' under the iOS application 'xxxxxx.app'."

如何解决?谢谢

【问题讨论】:

标签: ios swift frameworks app-store cocoapods


【解决方案1】:

https://github.com/CocoaPods/CocoaPods/issues/4203 或许能帮到你

或单击目标部分中的扩展 -> 构建阶段 -> 删除嵌入 pods 框架

【讨论】:

  • 您可能还想在答案中包含一些可重现的代码片段...
猜你喜欢
  • 1970-01-01
  • 2017-02-21
  • 1970-01-01
  • 2015-06-17
  • 2015-06-18
  • 1970-01-01
  • 2020-01-03
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多