Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS] App Store publishing error #702

Closed
bedro96 opened this issue Jul 2, 2020 · 6 comments
Closed

[iOS] App Store publishing error #702

bedro96 opened this issue Jul 2, 2020 · 6 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@bedro96
Copy link

bedro96 commented Jul 2, 2020

While publishing to App Store, customer receiving these messages. Cognitive Services Speech SDK 1.12.1.

App Store Connect *****************

Dear Developer,
We identified one or more issues with a recent delivery for your app, "subtitlemaker2" 1.0 (13). Please correct the following issues, then upload again.
ITMS-90562: Invalid Bundle - One or more dynamic libraries that are referenced by your app are not present in the dylib search path.
ITMS-90562: Invalid Bundle - There's an issue with the app's bitcode compilation. Rebuild the app using the current public (GM) version of Xcode and upload it again.
ITMS-90562: Invalid Bundle - The app submission can not be successfully recompiled from bitcode due to missing symbols during linking. You can try to reproduce and diagnose such issues locally by following the instructions from: https://developer.apple.com/library/archive/technotes/tn2432/_index.html
Best regards,
The App Store Team


Seems like there was identical issue report has been made under 1.11.0, and would like to understand if this has been addressed in 1.12.1 or is there workaround that can be recommended.

Thank you.
KUNHO KO, MS Cloud Solution Architect based in Seoul.

@BrianMouncer
Copy link
Contributor

Yes, this is an item in our backlog but we have not finished the work to resolve this issue.
The root cause stems from an optional extension dll the the SDK will use if present (for ether compressed audio support or a conversation translation extension). These are optional, as you should not have to pay the disk space price in your app unless you application is actually using those features, but yet the AppStore is flagging them a missing.

After the 4th of July weekend, I will check with the Dev working on this work item and see if there is an ETA.
Last I checked, we didn't have a good solution to this yet.

@wony2
Copy link

wony2 commented Jul 4, 2020

I have faced the same error !!!

If bitcode is disabled, it is transferred to AppStore, but it is not executed when downloaded.

@pankopon
Copy link
Contributor

pankopon commented Jul 6, 2020

Previously reported in #600.

@pankopon pankopon added bug Something isn't working duplicate This issue or pull request already exists labels Jul 6, 2020
@bedro96
Copy link
Author

bedro96 commented Jul 7, 2020

Is there any update?

@jhakulin
Copy link

@bedro96 We are working on to fix this in 1.13.0 release which comes later this month.

@oscholz oscholz closed this as completed Jul 20, 2020
@oscholz
Copy link
Contributor

oscholz commented Jul 20, 2020

Closing this issue as the fix is in 1.13.0, which we will release in the next few days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

6 participants