6

i'm trying to create my archive to send my app to the store but the "validate" button and "submit to app store" are disabled.

What i'm doing wrong?

enter image description here

package content enter image description here

target: enter image description here

marchiore
  • 582
  • 2
  • 6
  • 21

2 Answers2

4

i've solved the problem using it:

"I found the Installation Directory build setting and noticed it was set to a custom path in my project. I simply deleted it (setting it to its generic value of /Applications) and the next Build -> Archive I did worked as expected and gave me a proper iOS App Archive."

source: Cannot generate iOS App archive in xcode

Community
  • 1
  • 1
marchiore
  • 582
  • 2
  • 6
  • 21
2

The type of your archive Generic Xcode Archiveis incorrect.

To debug :

  1. Try opening it (right Click > Show In finder > Right Click > Show package content...) to see what is in there appart from your app
  2. Look in your project Build Phases what are the Target Dependencies

I might be able to help more with this information

Nicolas Braun
  • 746
  • 4
  • 16
  • Ok, i'll check it when i get home and post here the result – marchiore Sep 03 '15 at 13:09
  • 1
    Are you sure this image is the content of your .xcarchive fil? Do you have only one schme you are archiving ?Using the *Product* > *archive*http://i.imgur.com/OWvascc.png menu ? – Nicolas Braun Sep 04 '15 at 09:22