Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode: Failed to load profile. Profile is missing the required UUID property

I'm trying to download provision profiles, but I constantly get this error.

enter image description here

enter image description here

Profiles are managed automatically, UUID for device is on the list of all UUID on developer portal.

The same profile works well on another machine.

How can I fix it?

like image 918
Vladimir Kaltyrin Avatar asked Sep 24 '18 09:09

Vladimir Kaltyrin


2 Answers

If updating OS version and xcode version did not help, please check the contents of provision files before opening them with xcode.

In our case it was Outlook clearing the contents of the provision files. Outlook might clear contents of files if you choose the "Download All Files" option within the email. I guess it scans files while compressing them into a single .rar file. Downloading one by one does is fine.

like image 69
mehmet6parmak Avatar answered Oct 05 '22 23:10

mehmet6parmak


Upgrading from macOS 10.13.2 to 10.13.6 fixed the issue for me.

like image 33
Luke Avatar answered Oct 05 '22 23:10

Luke