I have created an ios azure pipeline based on the instructions mentioned in pipeline.yml.
I am getting the below error
Error (Xcode): No profiles for 'xxx.xxx.xxx' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'xxx.xxx.xxx'.
Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild.
It appears that there was a problem signing your application prior to installation on the device.
Can you share the file ios/exportOptions.plist mentioned in the yml file. How this file is created or is it auto-generated?
Can you please help me with this issue?
I have created an ios azure pipeline based on the instructions mentioned in
pipeline.yml.I am getting the below error
Can you share the file
ios/exportOptions.plistmentioned in theymlfile. How this file is created or is it auto-generated?Can you please help me with this issue?