I have downloaded the wikitude SDK for IOS platform. When i am launching the wikitude sample on IOS device it is giving me a code sign error as follow:
Code Sign error: No matching provisioning profiles found: No provisioning profiles with a valid signing identity (i.e. certificate and private key pair) matching the bundle identifier ?com.wikitude.SDKExamples? were found.
It also gives below message when i further troubleshoot this issue:
An App ID with Identifier 'com.wikitude.SDKExamples' is not available. Please enter a different string.
Please suggest me a way to do this.
Thanks,
Manish
N
Nicola Radacher
said
almost 8 years ago
Hi Manish,
If I search the internet for your issue, it looks like something with your certificate and app id is not correctly handled. Do these links help:
As per the 2nd link you sent i see that problem has been solved if i change the bundle identifier from com.wikitude.SDKExamples to com.wikitude.SDKExamples1
in the project setting. And app launches properly. but there is another problem that wikitude identifies the package "com.wikitude.SDKExamples" and hence i am getting a licence key missing error upon the app launch because i am using the package name as "com.wikitude.SDKExamples1".
As i am new to IOS, Can you please suggest a way to solve this issue.
PS: App is now launching but i am getting a licence key missing error.
Manish Kaushik