I am generating the github action correctly. I check that the provisioning is in /User/runner/... but I found this error when I try tu build with archive (xcodebuild archive)
error: No profiles for 'com.Example' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.Example'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'Example' from project 'Example')
Hi,
I am generating the github action correctly. I check that the provisioning is in /User/runner/... but I found this error when I try tu build with archive (xcodebuild archive)
error: No profiles for 'com.Example' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.Example'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'Example' from project 'Example')