Question

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

Was it helpful?

Solution

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

OTHER TIPS

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.

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

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top