Carlito
Carlito

Reputation: 3

Xcode 8 App Archive validation failed with errors

When I validate the app archive I receive this message:

The operation couldn't be completed. iTunesSoftwareAuthenticationErrorDomain error 434

enter image description here

Upvotes: 0

Views: 590

Answers (1)

Firoj
Firoj

Reputation: 106

Solution without XCode:

  1. Create archive in Xcode
  2. Export IPA in Organiser (Xcode > window > Organiser)
  3. Open Application Loader and manually choose IPA generated
  4. Done

Solution with XCode:

  1. Create archive in Xcode
  2. Click Validate
  3. Unselect BitCode
  4. Check if its validated, mine got validated when i unchecked bitcode
  5. Not Try to genrate similar fashion with Bitcode unselected
  6. If all goes fine now generate with Bitcode Checked(mine worked with these exact steps)
  7. Done

Upvotes: 1

Related Questions