You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
When uploading an iOS / watchOS app bundle via fastlane to iTunes Connect I get the following error message from iTunes Connect:
Changing the
WATCHOS_DEPLOYMENT_TARGET
of the watch target of the Queuer framework from2.0
to3.0
solves this issue.The text was updated successfully, but these errors were encountered: