Software Archive
Read-only legacy content
17061 Discussions

Build Failed in iOS

Simone_M_
Beginner
1,383 Views

Hi, I have created this application, but I have this error,
Error code 65
exit code 2
How can I fix?
Thank you

0 Kudos
4 Replies
John_H_Intel2
Employee
1,383 Views

At the end of the log you will see this

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 (“Simone Martinetti―) were found. CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.0' 

That translates to the appID you set in the XDK does not match what you used when you created the appID/provisioning profile on Apples developer portal.

 

0 Kudos
Simone_M_
Beginner
1,383 Views

I recreated all certificates, I downloaded the file created by cer XDK, then double-click to install it to access keychain, I uploaded in the "certificates" of apple developer, then I created the provisioning profile, I downloaded the provisioning profile in XDK selecting "production", the id of the app is the same as the provisioning profile, how can I solve?

0 Kudos
John_H_Intel2
Employee
1,383 Views

I am confused as to why you are installing it to keychain. That is not necessary.

Have you tried following these steps https://software.intel.com/en-us/xdk/articles/walkthrough-obtain-ios-appstore-adhoc-cert

0 Kudos
John_H_Intel2
Employee
1,383 Views
0 Kudos
Reply