- Close Xcode.
- Clear the old location: Ensure the
~/Library/MobileDevice/Provisioning Profilesfolder is empty or remove its contents. - and clear ~/Library/Developer/Xcode/UserData/Provisioning\ Profiles
- Create a symbolic link: Open Terminal and execute the following command to link the old location to the new one:
ln -s ~/Library/Developer/Xcode/UserData/Provisioning\ Profiles ~/Library/MobileDevice/Provisioning\ Profiles
No comments:
Post a Comment