Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XCode 16 stores provisioning profiles in new location #13

Closed
ipad4 opened this issue Sep 8, 2024 · 2 comments
Closed

XCode 16 stores provisioning profiles in new location #13

ipad4 opened this issue Sep 8, 2024 · 2 comments

Comments

@ipad4
Copy link

ipad4 commented Sep 8, 2024

Provisioning profiles are no longer located in ~/Library/MobileDevice/Provisioning Profiles/. The directory is not necessarily wiped during Xcode update but it's no longer updated from the Xcode UI. The new location is ~/Library/Developer/Xcode/UserData/Provisioning Profiles.

solution:
ln -s ~/Library/Developer/Xcode/UserData/Provisioning\ Profiles ~/Library/MobileDevice/Provisioning\ Profiles

@shaojiankui
Copy link
Owner

It seems that xcode will read both directories

@shaojiankui
Copy link
Owner

done 2.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants