gpt4 book ai didi

ios - "CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier value ' org.cocoapods.FMDB'

转载 作者:行者123 更新时间:2023-11-28 08:11:57 24 4
gpt4 key购买 nike

我有一个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'."

如何解决?谢谢

最佳答案

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

或者点击目标部分的扩展 -> 构建阶段 -> 移除嵌入的 pods 框架

关于ios - "CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier value ' org.cocoapods.FMDB',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43536888/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com