简体   繁体   English

如何从XCode 6 App Submission菜单中删除二进制文件?

[英]How can I remove a binary from the XCode 6 App Submission menu?

I'm trying to submit my app for beta testing purposes (I would prefer to go the iTunes Connect distribution route). 我正在尝试提交我的应用程序以进行beta测试(我更喜欢使用iTunes Connect分发路径)。 However it fails while trying to validate the .o file shown below. 但是,在尝试验证下面显示的.o文件时它失败了。 I would like to remove it from this list below. 我想从下面的列表中删除它。

I remember accidentally dragging that file outside the project in the project navigator. 我记得在项目导航器中不小心将该文件拖到项目外部。

Thanks. 谢谢。

screenshot

Go to your target's build phases. 转到目标的构建阶段。 In copy bundle resources, you might have some code files that shouldn't be there. 在复制包资源中,您可能有一些不应该存在的代码文件。 Removing them fixed the issue for me. 删除它们为我解决了问题。

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

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