Apple-Actions / Example-iOS

An example of how to use GitHub Actions for iOS app development
MIT License
67 stars 37 forks source link

No profiles for 'x' were found #3

Open ginesguiropa opened 4 years ago

ginesguiropa commented 4 years ago

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')

kthkaya commented 3 years ago

Hi @ginesguiropa

Have you ever been able to solve this? I am getting the same error.