Xcode 7 提交错误 Info.plist 中的 CEFBundleExecutable 可能不包含任何这些字符\[]{}().+ * [英] Xcode 7 submission error CEFBundleExecutable in the Info.plist may not contain any of these characters \ [ ] { } ( ) . + *

查看:17
本文介绍了Xcode 7 提交错误 Info.plist 中的 CEFBundleExecutable 可能不包含任何这些字符\[]{}().+ *的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我看过其他关于这个问题的帖子,但它们都是旧的并且没有针对 Xcode 7 进行更新.

I've seen other posts with this issue but they are all old and not updated for Xcode 7.

我正在提交一个应用名称中带有 + 的应用(例如 appName+),并且在实现时收到此错误,提交然后上传到应用商店.

I'm submitting an app with a + in the app name (for example appName+) and getting this error when achieving, submitting then uploading to the app store.

此捆绑包无效.由 CEFBundleExecutable 在 Info.plist 文件中报告的可执行文件名称可能不包含任何这些字符 \ [ ] { } ( ) . + *"错误 ITMS-90121

"This bundle is invalid. The executable name, as reported by CEFBundleExecutable in the Info.plist file, may not contain any of these characters \ [ ] { } ( ) . + *" Error ITMS-90121

这是我尝试修复它但仍然遇到相同错误的方法 - 更改了整个项目名称并删除了 +:1) 将 Bundle 显示名称从 ${PRODUCT_NAME} 更改为 appName+.没用.2) 只更改了目标名称.没用.3) 只更改了目标 - 构建设置 - 包装 - 产品名称.没用.4) 尝试导出存档并通过 Application Loader 上传.没用.

Here is what I've tried to do to fix it and still getting the same error - Changed the entire project name and removed the +: 1) Changed Bundle display name from ${PRODUCT_NAME} to appName+. Didn't work. 2) Changed just the target name. Didn't work. 3) Changed just the target - build settings - packaging - product name. Didn't work. 4) Tried exporting the archive and uploading through Application Loader. Didn't work.

我不知道如何让我的应用程序名称中有一个 + 但在 plist 中没有使用 + 字符.有解决方案的想法吗?

I can't figure out how to have my app name have a + in it but nothing in the plist using the + character. Any ideas for a solution?

推荐答案

好吧,我确定还有其他方法可以做到这一点,但我就是这样做的.

Okay I'm sure there are other ways to do this but this is what I did to fix it.

错误说可执行文件名不能有 + 字符.因此,我通过单击实用程序面板左侧和右上角的项目重命名了整个项目,我键入了一个不带 + 的新名称.

The error says the executable name can't have a + character. So I renamed the entire project by clicking the project on the left and on the top right of the utilities panel I typed a new name without +.

然后我去 plist,找到包名,然后把 + 放在那里.提交和工作就像一个魅力.

Then I went to the plist, found bundle name, and put the + in there. Submitted and worked like a charm.

这篇关于Xcode 7 提交错误 Info.plist 中的 CEFBundleExecutable 可能不包含任何这些字符\[]{}().+ *的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆