Error loading the app via xcode

You must Login before you can answer or comment on any questions.

Hello! My app is complete. I tested on the device and no problems. Then I ran the build with the button "Distribute Apple itunes store" of Appcelerator, and now my app is located in the archive of xcode, ok perfect. I created a description of the app and everything you need via itunes connect, and now my app is in a state of "waiting for upload", ok perfect.

I open xcode, I go Organizers / archive and my app is there. I press validate and I get this error: errore, what can I do?

2 Answers

Accepted Answer

Hi Nicolò

When you first started creating your app, you need a certificate otherwise it would not work. You will have create a development certificate to achieve this.

Now you are ready to distribute your app, you need to create a different certificate - specifically to distribute, this allows your app to go through the app store and onto other peoples devices.

You create this in the developer.apple.com site, under the distributions certificate section once you have logged in.

Tip: It will ask you to name the new certificate, you will be tempted to name this exactly the same as your development certificates. Do not do this; firstly it will throw up an error that does not really make sense and also it is easier to find the certificates on your own machine if you suffix them 'dev' and 'dist' or 'test' and 'live'.

Remember you will need to do a Project > Clean and rebuild your project selecting the NEW distribution certificate.

— answered 11 months ago by Malcolm Hollingsworth
answer permalink
3 Comments
  • Hi

    When you installed your developer profile certificate - did you only tell Appcelerator about it, by choosing it using Appcelerator windows?

    If so, find the developer profile certificate or re-download it, then from within the finder on the Mac - double-click it so it gets added to KeyChain/Xcode. Once you have done this go back to creating your certificate, double-click that on the mac, Project > Clean and try again.

    — commented 11 months ago by Malcolm Hollingsworth

  • solved everything! you know what was the problem? then, the problem was in the certificates. I created certificates with a mac, and I had used them themselves certified in another mac, so there the problem of Keychan. because it was necessary to recreate the certificates through the keichan of the second mac. thanks to all.

    — commented 10 months ago by nicolò monili

  • We aim to please.

    — commented 10 months ago by Malcolm Hollingsworth

Error says you need to have distribution profile. Download it from

https://developer.apple.com/ios/manage/certificates/team/distribute.action

If you dont have create a new one.

Your Answer

Think you can help? Login to answer this question!