- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi, I have created this application, but I have this error,
Error code 65
exit code 2
How can I fix?
Thank you
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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?
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
This might be helpful as well
https://software.intel.com/en-us/xdk/docs/building-cordova-ios-apps-intel-xdk
