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

The Queuer watch framework deployment target should be 3.0 or later #11

Closed
zykloman opened this issue Oct 19, 2018 · 3 comments
Closed

Comments

@zykloman
Copy link

When uploading an iOS / watchOS app bundle via fastlane to iTunes Connect I get the following error message from iTunes Connect:

[17:30:23]: ERROR ITMS-90081: "This bundle is invalid. Applications built for more than one architecture require an iOS Deployment Target of 3.0 or later."
Return status of iTunes Transporter was 1: ERROR ITMS-90081: "This bundle is invalid. Applications built for more than one architecture require an iOS Deployment Target of 3.0 or later."
The call to the iTMSTransporter completed with a non-zero exit status: 1. This indicates a failure.

Changing the WATCHOS_DEPLOYMENT_TARGET of the watch target of the Queuer framework from 2.0 to 3.0 solves this issue.

@FabrizioBrancati
Copy link
Owner

Thanks @zykloman! I will update the watchOS deployment target to 3.0.
I can do it on Monday, if you can do it before, please open a pull request 😄

@FabrizioBrancati
Copy link
Owner

I just wanted to add that Apple is fixing it.
Currently, I will update the watchOS deployment target to 3.0 to avoid this bug, but I may revert it once Apple fixes it

@zykloman
Copy link
Author

I have no concern with a deployment target of 2.0 per se. So temporarily switching to 3.0 to make iTunes Connect happy until the underlying problem is sounds like a good approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants