iOS Question Error in use provision

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
Hi
I have created provision file and use it correctly and didn't occur error
Also for my friend create provision file and don't occur error
But now i want to create other provision file for other my friend
and when use it get below error
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 (“jason”) were found.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.4'
warning: all apps should include an armv7 architecture (current ARCHS = "arm64").
 

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
Are you using the hosted builder?

This error means that the certificate and provision files do not match. I recommend you delete both of them and create new ones.
Yes i use host builder
I have a certificate that i use it.
Now i create app id and register udid and create provision file base of created certificated
I had used other provision file in last but now not working
 
Upvote 0
Top