Ios 遭遇;存在多个CbundleIdentifier值为“的捆绑包”;在尝试上载时

Ios 遭遇;存在多个CbundleIdentifier值为“的捆绑包”;在尝试上载时,ios,xcode,architecture,app-store,modular-design,Ios,Xcode,Architecture,App Store,Modular Design,我无法发布我的应用程序 我已经构建这个模块化项目有一段时间了,它工作得非常好。直到我不得不发表它 每次我尝试将其上载到AppStore时,它都会显示上载失败,出现以下错误: ERROR ITMS-90685: "CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier value 'com.mouris.mario.ModuleName' under the iOS applic

我无法发布我的应用程序

我已经构建这个模块化项目有一段时间了,它工作得非常好。直到我不得不发表它

每次我尝试将其上载到AppStore时,它都会显示上载失败,出现以下错误:

ERROR ITMS-90685: "CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier value 'com.mouris.mario.ModuleName' under the iOS application 'AppName.app'

ERROR ITMS-90206: "Invalid Bundle. The bundle at 'AppName.app/Framworks/ModuleName.framework' contains disallowed file 'Frameworks'."
我的所有模块都会重复这两个错误

我以以下方式处理模块:

  • 创建一个新的框架
  • 将其添加到主工作区中
  • 将模块添加到主项目的框架、库和嵌入内容中。(我认为这就是问题所在)
  • 我做错了什么?我应该使用CocoaPods来处理依赖关系管理吗?如果是这样,怎么办

    提前谢谢