How do you set the GS_COMPANY_NAME for iPhone build?
JamesBoucher
Member Posts: 433
I get the following error when I try to build to a device.
Code Sign error: a valid provisioning profile matching the application's Identifier 'com.GS_COMPANY_NAME.RatsMaze' could not be found
I'm sure it has to do with the GS_COMPANY_NAME. Any ideas?
Code Sign error: a valid provisioning profile matching the application's Identifier 'com.GS_COMPANY_NAME.RatsMaze' could not be found
I'm sure it has to do with the GS_COMPANY_NAME. Any ideas?
Comments
go to your developer portal and re-create a app-id.
it must look like this : com.giacomopoppi.boredombuster (com.yourfullname.appname)
then recreate the provisioning files and the distribution files under that app id and it should work.