Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode-organizer does not show app

I developed app for iPhone, now i want to submit it to the store.

when i click on organizer - Archives, it shows me only one thing called QRUI and it doesn't show my app..

Now, how should i validate and distribute my app ?

Please help, i am new to iOS..

like image 357
Krunal Avatar asked Sep 04 '25 17:09

Krunal


2 Answers

its a organization archive category.First you Create a archive like bellow step:-

select Device in xcode running project option:- enter image description here

After it you goto product-->

enter image description here

wait processing of xcode

enter image description here

After it finished check your organization organization archives

like image 58
Nitin Gohel Avatar answered Sep 07 '25 09:09

Nitin Gohel


The issue occurs when you use a third party project or library in your project.

Go to the Build Settings of the third party library/project targets and set Skip Install flag YES.

like image 31
Monish Bansal Avatar answered Sep 07 '25 09:09

Monish Bansal