"Invalid archive" when checking archive in xcode

I am trying to download an update for my application. However, I always get this error message:

enter image description here

I am using xcode 4.2 and iOS 5.0 SDK. I read this question. The Xcode iOS organizer presented an “Invalid archive” error in the output of the application store , but nothing helped.

I tried to follow

  • uninstall xcode using the command line and reinstall it.
  • remove all distribution failures and create a new one
  • opened the project file in a text editor, deleted all initialization lines and lines of code, clear and build

I keep getting this error message. Any ideas?

+4
source share
2 answers

I used the beta version of Xcode 4.2, which cannot send valid applications to the AppStore, since it is a beta version. I returned to xcode 4 and was able to load my assembly.

0
source

I tried to remove CODE_SIGN_IDENTITY from the project file using a text editor with no luck. http://elishaz.tistory.com/entry/The-archive-is-invalid-appipa-does-not-exist

However try using

Don't resign

instead of choosing your distribution profile when sending to the Organizer.

It worked for me.

Matt

+1
source

All Articles