I am trying to download an update for my application. However, I always get this error message:
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
I keep getting this error message. Any ideas?
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.
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