Software Archive
Read-only legacy content
17061 Discussions

iOS APP ERROS BUILD

Lucas_Mauro_L_
Beginner
246 Views

Can anyone help me with this error?
I'm putting something wrong?

 

LOG ERROR: https://am-xdk2.s3.amazonaws.com/cust.6a3b013b-5e3d-49b2-bad8-bd70385e793c/app.425a7831-28c5-4fd1-a57c-bcb331933f87/iphone/build.201603164513.txt?AWSAccessKeyId=ASIAIRBGAW3UEQ4YF4FQ&Expires=1458168333&x-amz-security-token=AQoDYXdzEH0a4ANarXH1%2F6xshpdBGsVyIOEcFpA3wpiZYz3H%2B8pTUJqzn8ea6lyf1%2FNPQnrtEPc7RH7UtdQrhBeNQnLe%2FNJ9djPToMi15%2FoRfQhMH2umqNvUaUpqLmIL1rK%2FaF2m605soJqknFY13Wo95FScLWrbrrFUjeBj2AADk21Ap%2FzLCdWI%2BxhlC9V9e2a11RGZ1Zs99H8k0vmuSHcre8FbT7HK2wYLoC2rAg6OaC9yA%2BoVrpNgkECA4Ou4RJErbbgVfbUByoHHWLH%2FM3OUzdKm58SohLgCHJR2K3N%2FA1YwzLGLXibzwH3xZEsZ6Zo6HcoNIrbDPZzNBsHHNSMeb3cH4t7WqhXiseoSTwbKllVEBQEbO6ayiKp1tS7%2BI6BkfsaFw0LLzJtHjg1yvsTsQtyGrjntu0RuFXSlYsbLA%2F1MWqHx2y0ZBOXfitrYRq9WqDpmFsb2IHPy3h3U1pSLaquXfs7wgG3wMnON2aBuEcJu3b0PA4og4gAkXoQ7c0kEwKRImOiECOB7hF3sYJXVZHEAPmwSAJ1%2BrGB5lC7hfoiO517rkl2f29HUmolI2qNaoO4JCrJP04rOuE9YPT2uNIqVoxEScEITyRnvF8MgQlkYztWnvAGs8dW26ReVhK3Eb0QfMxQ709EgkuymtwU%3D&Signature=OhoVPwHJfPy%2FQn9N5dwf6rE%2B1c8%3D

0 Kudos
3 Replies
Amrita_C_Intel
Employee
246 Views

1. You need to create an AppID on Apples developer portal and then create a provisioning profile.

2. You must download the provisioning profile, and give it to the XDK in the project settings. Currently you are supplying a .cer file, this is incorrect.

3. This document should help you out. https://software.intel.com/en-us/xdk/articles/walkthrough-obtain-ios-appstore-adhoc-cert

0 Kudos
Amrita_C_Intel
Employee
246 Views

You can refer to this documentation as well: https://software.intel.com/en-us/xdk/docs/building-cordova-ios-apps-intel-xdk

0 Kudos
Elroy_A_Intel
Employee
246 Views

What Cordova plugins are you using? The errors that you are receiving is related to iOS app signing as seen below:

=== BUILD TARGET Gramado News OF PROJECT Gramado News WITH CONFIGURATION Release ===

Check dependencies
Code Sign error: No codesigning identities found: No codesigning identities (i.e. certificate and private key pairs) that match the provisioning profile specified in your build settings (“Gramado News”) were found.

Are you using the appropriate certificate (created via your Apple Developer Member Center) derived from the .csr file provided under the Build? 

0 Kudos
Reply