bashaclick
bashaclick

Reputation: 1

Problem When I try to publish my Iphone app to appstore

I have problem :(

the application is work fine similar device.

but when I try to upload .zip file this error is come .

enter image description here

Upvotes: 0

Views: 210

Answers (2)

Matthias Bauch
Matthias Bauch

Reputation: 90117

I would strongly suggest to use the Xcode organizer to upload your apps. Because it's impossible that such things (upload iphone simulator build) will happen.

  1. Select Device as Target in the Build settings pop-down.
  2. Select Build and Archive in the Build menu of xcode
  3. Select the app in Xcode organizer, and use the Validate... button.
  4. Log in to itunes connect when prompted.
  5. Submit... app.
  6. Be rich

Upvotes: 2

beryllium
beryllium

Reputation: 29767

Build your app for mobile devices - armv architecture (Left Top corner in xCode -> dropdown box -> select Device). Looks like you made build for iphone simulator and try to post this on AppStore :-)

Upvotes: 1

Related Questions