Hello,
I want to put my app on the app store (I'm a beginner, it's the first time) with the use of a specific provision file "LYZO.mobileprovision"
I put this file in the key directory (in addition to the provision for development "provision.mobileprovision").
I added this code:
#If RELEASE
#ProvisionFile: LYZO.mobileprovision
#END IF
If I build in RELEASE, it works.
But I have this error if I build in DEBUG
"Preparing the project for the Error generator
Multiple mobile provision files found. You should either rename one to default.mobileprovision
or explicitly set the file with #CertificateFile or #ProvisionFile."
How to manage 2 provision files in the same key directory?
Thanks for your help
I want to put my app on the app store (I'm a beginner, it's the first time) with the use of a specific provision file "LYZO.mobileprovision"
I put this file in the key directory (in addition to the provision for development "provision.mobileprovision").
I added this code:
#If RELEASE
#ProvisionFile: LYZO.mobileprovision
#END IF
If I build in RELEASE, it works.
But I have this error if I build in DEBUG
"Preparing the project for the Error generator
Multiple mobile provision files found. You should either rename one to default.mobileprovision
or explicitly set the file with #CertificateFile or #ProvisionFile."
How to manage 2 provision files in the same key directory?
Thanks for your help