提交时出错 [英] Error during submission

查看:27
本文介绍了提交时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我只是将我的整个项目重写为 Swift 2.0,因为 xcode 7 不支持 1.2.除了提交,一切都很好.Xcode 显示以下错误,我不知道该怎么做:

I just rewrote my whole project to Swift 2.0 because xcode 7 doesnt support 1.2. Everything is fine except submission. Xcode shows me following error and I have no idea what to do:

The archive did not contain <DVTFilePath:0x7f9a1672aac0:'/Users/Adam/Library/
Developer/Xcode/Archives/2015-10-03/final_project 03.10.15 19.28.xcarchive/
BCSymbolMaps/989F2A46-2149-3CE5-AFD1-1614968AE31C.bcsymbolmap'> as expected.

我也有这个:

谢谢

推荐答案

很可能您在构建设置中将 Enable Bitcode 设置为 NO 来构建您的应用.

It's likely you built your app with Enable Bitcode set to NO in build settings.

然后,在应用程序提交窗口中,您选中了包含位代码",现在位于窗口底部.取消选中它,它应该提交.如果您想使用 bitcode 提交,请在您的构建设置中启用 bitcode.

Then, in the app submission window, you had "include bitcode" checked, which is now at the bottom of the window. Uncheck that and it should submit. Enable bitcode in your build settings if you want to then submit with bitcode.

这篇关于提交时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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