验证期间的 iTunes 连接架构问题
我要提交一个应用程序,但是在验证时出现错误:
The following issues were found during validation:
iPhone application executable is missing a required architecture
我已经搜索并发现我需要放 仅构建架构 在构建设置/架构中
,这不是[未检查??],也尝试使用“是”,但也不起作用。
另外我是否必须在架构中添加armv6? [即使在有效的架构中我有 v6 和 v7?] 怎么办呢? 当我去添加一个时,它只是给了我一个空白空间来输入,要输入什么来包含它?,万一这就是我需要的?
多谢!
Im going to submit an app, but when validating I get an error:
The following issues were found during validation:
iPhone application executable is missing a required architecture
I have searched and found that I need to set
Build only architecture only
in build settings/ architecture
well this is in no [unchecked??], also tried with YES, but not working either.
Also would i have to add armv6 in Architectures?? [even when in valid architectures i have v6 and v7??]
how to do it?
when i go to add one, it just gives me a blank space to type, what to type to include it?, in case this is what i need??
Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您似乎正在使用 XCode 的测试版。恢复到标准版本并重试。 Apple 不允许提交测试版。
You seem to be using a beta version of XCode. Revert to a standard release and try again. Apple don't allow submissions from beta versions.