简体   繁体   English

Xcode 在将 iOS 应用程序上传到 App Store 时尝试匹配 CocoaPod 捆绑包 ID

[英]Xcode trying to match CocoaPod bundle ID when uploading iOS app to App Store

I know this question is already asked once here !, but in that question there is only two solution and none of them is working in my case.我知道这里已经有人问过这个问题!,但是在那个问题中只有两个解决方案,而且在我的情况下没有一个解决方案。 Help me please.请帮帮我。 在此处输入图片说明

在此处输入图片说明

try to delete this from Info.plist of that pod (usually it sits in bundle of the pod) - helped me once with another pod:尝试从该 pod 的Info.plist中删除它(通常它位于 pod 的包中) - 帮助我使用另一个 pod:

<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM