Submit and Validade Button Disabled in Archive

I'm trying to create my archive for sending my application to the store, but the "confirm" and "send to application store" buttons are disabled.

What am I doing wrong?

enter image description here

package contents enter image description here

goals: enter image description here

+6
source share
2 answers

I solved the problem using it:

“I found the installation installation assembly installation directory and noticed that a custom path was installed in my project. I just deleted it (setting it to its general value / Applications), and the next collection → Archive, which I did, worked like it and gave me the right one iOS app archive. "

source: Unable to create iOS application archive in xcode

+3
source

Your Generic Xcode Archive Type is Wrong.

Debugging:

  • Try opening it (right-click> Show in Finder> Right-click> Show package contents ...) to see what is in the application from your application.
  • Look in your project "Form phases", what are the target dependencies

I could help more with this information.

+1
source

All Articles