12

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

Cœur
  • 37,241
  • 25
  • 195
  • 267
Bhavesh Kumbhani
  • 555
  • 4
  • 11

3 Answers3

6

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

  • Apple didn't contact me immediately in my case. I tried contacted them and I got no reply. One week later, I retried re-submitting and I got an e-mail, finally. The reason in my case was: "Apple TV apps with the GameController framework must include the GCSupportedGameControllers key in the app’s Info.plist." -- they should add this to the smoke tests upon submission. – endavid Mar 07 '16 at 23:49
  • Reading my email from start to finished helped me after spending one day with pointlessly creating new builds and uploading them... :) – gyurisc Oct 13 '16 at 15:38
4

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

Dishant Rajput
  • 1,329
  • 1
  • 10
  • 20
0

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!

Mohd Asim
  • 2,171
  • 1
  • 18
  • 15