-1

i have an app having no issue when run on iphone simulator but when upload to the itune store it have validate and upload to the app store button disabled as shown in image

enter image description here

enter image description here enter image description here

SoftCoder
  • 167
  • 1
  • 2
  • 10

3 Answers3

0

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

source: Cannot generate iOS App archive in xcode

source: Application Archiving in Xcode

Community
  • 1
  • 1
jigs
  • 839
  • 1
  • 6
  • 23
  • i have update my question as i follow your instruction i have this two files as shown in image – SoftCoder Jan 12 '16 at 10:34
  • See the installation Directory build setting and check it is set to a custom path in your project. if it is then simply deleted it (setting it to its generic value of /Applications) and the next Build -> Archive. So try this. – jigs Jan 12 '16 at 10:37
  • @SoftCoder please see the link i added in my answer, and follow as mentioned in that technical note. – jigs Jan 12 '16 at 11:35
0

Probably it could be related to how you signed the IPA. Check you provisioning profiles and certificate in your release configuration.

Luca D'Alberti
  • 4,749
  • 3
  • 25
  • 45
0

You can export your package as save for iOS app store deployment, and upload with application loader.

application loadercan be open in XCode -> open developer tool.

jiangjiefs
  • 149
  • 11
  • see the image i have this two options @ jiangjiefs – SoftCoder Jan 12 '16 at 10:49
  • ok,i didnt meet this problem before. guess maybe your subproject in your main project cause this problem. you can try to build your subproject into a library and then replace the subproject with the library. – jiangjiefs Jan 12 '16 at 15:08