iOS Question errore build release app

Tcoke

Member
Licensed User
Buongiorno a voi,
i can't compile the app in BUILD RELEASE APP mode i get the following error

you can help me I am in trouble and I can not understand how to do it and where I am wrong.

GRAZIE !!!

1662507668608.png
 

Goles

Member
Licensed User
You should go to build configuration (Ctrl + B) and set the suitable bundle ID (package name) for your app.
In your case, I think it is "tomokoapp.gym.app".
 
Upvote 0

Goles

Member
Licensed User
Ok then, do you have more than one certificate (.cer) and profile (.mobileprovision) in your key folder?
 
Upvote 0

Goles

Member
Licensed User
#CertificateFile: ios_development.cer
#ProvisionFile: Push.mobileprovision

Use these attributes on your code and set cer and mobile provision file that you want.
 
Upvote 0
Top