Error: Profile is missing the required UUID property (even though it's not!)

Hi!

I'm having some trouble to install the provisioningprofile that I can download from the page at https://developer.apple.com/account/resources/profiles/list. When I try to double click it to install it, I get the following error message.

I have also tried to sign the application using GitHub Actions. In that case, I get this error message:

(Error Domain=DVTProvisioningProfileProviderErrorDomain Code=1 "Failed to load profile." UserInfo={NSLocalizedDescription=Failed to load profile., NSLocalizedRecoverySuggestion=Profile is missing the required UUID property.})

I checked the profile using the following command:

security cms -D -i Dev.provisionprofile

and noticed that the UUID property seems to be there. It looked something like this:

...
<key>UUID</key>
<string>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</string>
...

My OS version is 13.2.1 and I'm very grateful for any help!

I have the same issue. Any help would be appreciated!

Are you building an app for the Mac? Or for iOS?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Error: Profile is missing the required UUID property (even though it's not!)
 
 
Q