方案1:
The issue was caused by two expired Apple certificates1.
Solution is to
- Go to Certificates, Identifiers & Profiles
- Open the provision profile
- Press
Editin the top right - Press
Savewithout making any changes This will regenerate the profile with the correct CAs.
Now delete the ~/Library/MobileDevice/Provisioning Profiles folder and let xcode redownload the profiles again.
方案2:
For me helps:
- Exit Xcode
rm -rf ~/Library/MobileDevice/Provisioning\ Profiles/- Execute Xcode and let it rebuild the profiles again.
评论
发表评论