Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Distribute content instead of distribute app in xcode 10.1

I am trying to upload a build to the app store but I am getting the issue that it builds successfully but Distribute App does not appears there. It displays like Distribute Content.

Image: enter image description here

like image 272
nitesh gujar Avatar asked May 13 '19 12:05

nitesh gujar


3 Answers

I solved this by going to 'Build Settings' > 'All' and setting the value of 'Skip Install' to 'No'

enter image description here

like image 79
enigma Avatar answered Oct 31 '22 12:10

enigma


Making sure to have below Build Settings resolved issue for me :

  • "Skip Install" should always be No for all Application Targets.

  • "Skip Install" should always be Yes for all other targets(Includes AppClip, Frameworks, Watch Targets).

like image 30
Aravind Avatar answered Oct 31 '22 11:10

Aravind


I did fixed this issue now. I have just make changes in workspace setting as like below: 1) Goto file -> WorkSpace Setting 2) Make changes in Shared Workspace setting as => Build Systems -> New Build System(Default) 3) Also Make changes in Per-user Workspace setting as => Build Systems -> New Build System

like image 1
nitesh gujar Avatar answered Oct 31 '22 12:10

nitesh gujar