Error during submission
Asked Answered
C

2

7

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.

I also get this one:

enter image description here

Thank you

Cavour answered 3/10, 2015 at 17:38 Comment(0)
J
22

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.

Jazmin answered 6/10, 2015 at 5:21 Comment(0)
B
7

You just uncheck the "include app symbols..." when you submit,it will works.like this.

When I try the first answer,it works.but I want to enable bitcode in my app.So I found the answer below that can resolve this problem: Visit https://forums.developer.apple.com/thread/14729
It's seems a bug in Xcode that you can't check the "include app symbols" and "include bitcode" both.

Boomkin answered 14/12, 2015 at 15:49 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.