Bhavesh Kumbhani
Bhavesh Kumbhani

Reputation: 563

This build is invalid on https://itunesconnect.apple.com

I face this error on iTunes Connect:

This build is invalid.

Before upload validate success and then upload it, but still getting error after upload done.

I have uploaded more then 10 times but each of time getting "This build is invalid." Even nothing received any kind of email notification regarding this error from Apple.

Xcode 7.2
OS X El Capitan V 10.11.2

Source configuration:

Deployment target: 7.0
POD USE: YES
Using SWIFT & OBJECTIVE C

Please see error in picture.

enter image description here

Upvotes: 12

Views: 4986

Answers (3)

Dishant Rajput
Dishant Rajput

Reputation: 1357

OS VERSION : 10.12 Sierra

XCODE : 8.0

POD VERSION : 1.0.1

Please follow these steps : 

1) Launch Application Loader.
2) In the top menu bar, click Application Loader > Preferences.
3) Choose Advanced.
4) Under Transfer Protocol, deselect Aspera.
5) Close the Preferences window and proceed with the delivery.

Hope it works,

Thank You

Upvotes: 4

Mohammed Asim
Mohammed Asim

Reputation: 2211

Recently I faced the same issue on iTunes Connect and I received an email from apple regarding to TestFlight SDK that I forgot to remove from my project bundle. It says 'TestFlight no longer requires an SDK to enable beta testing' so after removing SDK clean the code (shift+cmd+k), make archive and upload again. That't it!

Upvotes: 0

Hussein Alzand
Hussein Alzand

Reputation: 169

check your mailbox that you are using in developer account they probably sent to you the reason of the problem and how to solve it.

if they not then try to clean your project and reinstall your pod then try again.

Note: be sure to open the project from .xccode file

Upvotes: 6

Related Questions