Advertise here




Advertise here

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID
Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.

Validate and Distribute First App to AppStore

Hi everyone,

I'm trying to send my first app to app store with no success. Using Xcode 4.3 here.

I have all certificates here and after archive the app and try to validate in organizer i receive these messages:

-iphone/ipdo touch: application executable is missing a required architecture. At least one of the following architectures must be rpesent: armv7
-application failed codesign verification. the signature was invalid, contains disallowed entitlements, or it was not signed with an iphone distribution certificate
-unable to extract entitlements from application: (null).

Help me please, i tried everything and i'm lost!

Thanks!
Post edited by rafaellobato on

Replies

  • rocotilosrocotilos Posts: 3,216iPhone Dev SDK Supporter, Registered Users
    -iphone/ipdo touch: application executable is missing a required architecture. At least one of the following architectures must be rpesent: armv7
    You need to go to Build Settings, then click the Target, then find a field named "Architecture" and add armv6 & armv7. This way your app can be executed with old iPhones and new iPHones (iphone4, 4s etc). Yours now is probably empty.
    -unable to extract entitlements from application: (null).
    I think you specified Entitlements.plist in the Entitlements under the Code Signing field. But your project does not include one. Entitlements.plist was used only in AdHoc builds.
    For App Store, you do not need Entitlements.
Sign In or Register to comment.