ios - 针对 iOS 商店存档错误验证应用程序

标签 ios iphone xcode swift app-store

我正在尝试存档我的应​​用程序以上传到应用程序商店,但我终究无法弄清楚。我已经向 Apple 技术支持提交了一张票,但我想我会在这里尝试看看是否有人以前见过它。在互联网上找不到任何东西。我尝试按照概述手动选择正确的配置文件 here .

错误截图:

enter image description here

enter image description here

当我在终端中查看上述路径时,没有 .bcsym 而另一个没有 Packages/:

First picture path

Second picture path

有什么想法吗?我能想到的唯一奇怪的事情是,这是对 Obj-C 应用程序的 Swift 重写,因此它位于一个完全独立的 xcodeproj 中。我还必须在某一时刻重命名该项目以匹配旧名称。

最佳答案

这个问题似乎只有在您使用 Xcode 7 构建时才会出现。我建议您通过以下链接中的 eskerber 回答:

https://forums.developer.apple.com/thread/14729

仅供引用,我在这里发布链接中的答案:

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

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.

此外,您还可以取消选中提交窗口中的“包括应用程序符号”。

关于ios - 针对 iOS 商店存档错误验证应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32804560/

相关文章:

ios - 如何将用户分析添加到我的SwiftUI应用中?

ios - Xcode 找不到 iTunes Connect 配置文件?

ios - SwiftUI 以异步方式加载很长的列表

iOS OTA 构建无法下载

ios - 将 Firebase 与自定义身份验证系统一起使用是否可能且可行?

ios - 核心数据 : Timeout adding persistent store on application launch

ios - 如何在不注册开发者计划的情况下在 iOS 设备 (IPAD) 上测试 Flex App?

iphone - 按图案 mask 图像

ios - Restkit 和删除 swift 3 中的孤立对象

swift - SKLabelNode 不显示 [SpriteKit]