iOS 的提交问题
我正在尝试通过应用程序加载器向应用程序商店提交应用程序,但遇到一些非常令人不安的错误:
1)捆绑包标识符 CM.paradisebeats 与保留的捆绑包标识符不同...... -我在 plist 文件中将其更改为正确的文件,保存并重新压缩,但没有运气
2) 没有 co_design_wrapper 可执行文件。请重新安装 Xcode 开发者工具 -是啊,没办法。这意味着什么?
3) iPhone/iPod Touch:应用程序可执行文件缺少所需的架构。必须至少存在以下架构之一:armv6 - 在“构建设置”的“架构”部分中更改此设置。它设置为标准(armv7),除了添加我自己的之外没有其他选项。没有标准(armv6、armv7)选项。这可能是因为我可能运行也可能不运行 XCode 4.2?
希望尽快解决这个问题,因此我们将不胜感激!
I'm trying to submit an app to the app store via the Application Loader but am getting some pretty upsetting errors:
1) bundle identifier CM.paradisebeats differs from reserved bundle identifer ...
-I changed this in the plist file to the correct one, saved and recompressed but no luck
2) there is no co_design_wrapper executable. Please reinstall the Xcode developer tools
-Yeah no way. What does this mean?
3) iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6
-Went to change this in the Architecture section of Build Settings. It is set to Standard (armv7) and has no other options except to add my own. There is not Standard (armv6, armv7) option. Could this be because I may or may not be running XCode 4.2?
Hoping to get this out soon so any help would be much appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法向使用 Xcode 测试版构建的 App Store 提交应用程序。既然你说你“可能运行也可能不运行 Xcode 4.2”,我认为你暗示你正在使用测试版。在这种情况下,您如此丰富多彩地抱怨的错误消息——“请重新安装 Xcode 开发人员工具”——是完全正确的。
You can't submit applications for the App Store built with a beta of Xcode. Since you say you "may or may not be running Xcode 4.2", I think you're implying that you're using the beta. In that case, the error message you so colourfully complained about -- "Please reinstall the Xcode developer tools" -- is entirely correct.