首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >"CFBundleIdentifier冲突。有多个CFBundleIdentifier值为'org.cocoapods.FMDB‘的包

"CFBundleIdentifier冲突。有多个CFBundleIdentifier值为'org.cocoapods.FMDB‘的包
EN

Stack Overflow用户
提问于 2017-04-21 15:48:27
回答 1查看 2.7K关注 0票数 1

我有一个pod文件

代码语言:javascript
复制
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

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

代码语言:javascript
复制
ERROR ITMS-90685: "CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier value 'org.cocoapods.FMDB' under the iOS application 'xxxxxx.app'."

如何解决?谢谢

EN

回答 1

Stack Overflow用户

发布于 2017-07-03 09:53:44

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

或者单击目标部分中的extension -> Build phases -> remove the embed pods

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/43536888

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档