Krunal
Krunal

Reputation: 6490

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..

Upvotes: 4

Views: 6040

Answers (4)

Soferio
Soferio

Reputation: 463

There is a technical note you can read about it which solved my problem, see here: enter link description here

Upvotes: 0

Midhun MP
Midhun MP

Reputation: 107131

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

If that is the case.

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

Skip Install Flag

Upvotes: 1

Nitin Gohel
Nitin Gohel

Reputation: 49730

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

Upvotes: 5

Monish Bansal
Monish Bansal

Reputation: 509

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.

Upvotes: 3

Related Questions