문제

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

도움이 되었습니까?

해결책

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

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top