Reputation: 6490
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
Reputation: 463
There is a technical note you can read about it which solved my problem, see here: enter link description here
Upvotes: 0
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.
Upvotes: 1
Reputation: 49730
its a organization archive
category.First you Create a archive like bellow step:-
select Device in xcode running project option:-
After it you goto product-->
wait processing of xcode
After it finished check your organization organization archives
Upvotes: 5
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