1. 程式人生 > >XCode 或者ITune 添加賬號時,提示:This action could not be completed. 或者 Access Privileges

XCode 或者ITune 添加賬號時,提示:This action could not be completed. 或者 Access Privileges

net clas cti people led acc missing rec itunes

當遇到This action could not be completed 或者 You do not have enough access privileges for this operation這個問題時,主要是因為 iTunes 不能獲取到Shared 這個文件夾。

解釋如下:

iTunes creates a hidden folder in this directory called "SC Info," which needs to be accessible by all users in order for iTunes Store authorizations to work properly. In some situations people may find that the entire Shared folder is missing, but in other situations the permissions for this folder may be set incorrectly.

解決方法如下:

在 Terminal 在運行以下命令:

1.mkdir -p /Users/Shared
2.sudo chmod -R 1777 /Users/Shared

原文如下:

https://www.cnet.com/news/itunes-crashing-with-access-privileges-error-in-10-6-7/

XCode 或者ITune 添加賬號時,提示:This action could not be completed. 或者 Access Privileges