Search code examples
xcodetitaniumtitanium-mobilecode-signingtitanium-alloy

Unable to run the app on IOS device


I have created a sample titanium project, I am able to run my app on emulator. But when i try to deploy the same device I'm getting the following error,

[ERROR] :  Error details: 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 (“Plan India Feedback App”) were found.
[ERROR] :  Error details: CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.1'

Can any one suggest me what is the issue and how to resolve the same.

Phone version is: 6.1.6
Emulator version: 8.1

Solution

  • It indicates that your app id and Provisioning profiles dont match.Please make them same and you would be good to go

    Thanks