zoukankan      html  css  js  c++  java
  • 使用新的AppleID更新Xcode

        为了免下载安装Xcode,安装时使用了别人提供的Xcode.dmg安装,而非使用自己账号在AppStore下载的。

         这样的安装模式会出现一个问题,更新Xcode时AppStroe会提示让你输入下载该Xcode的账号及密码,该账号不能直接修改。下面的方法可以删除原有账号信息,而后可以使用新的账号信息更新。

         做如下步骤:

         1.打开引用程序目录

         2.找到Xcode,右键“显示包内容”

         3.找到_MASReceipt文件夹

         4.删除它,然后退出重启AppStroe,更新Xcode即可。

         To make the AppStore forget the old credentials with which the app was downloaded, you must remove the _MASReceipt directory in the app itself.

         To do this:

    1. Open Finder and navigate to Applications,

    2. Ctrl+Click XCode and choose "Show Package Contents",

    3. Expand the Contents directory and click _MASReceipt to select it,

    4. Type Command+Delete to delete the directory permanently---you will be prompted for your credentials since this is a protected file.

    Quit and restart AppStore, then find XCode. The button should now say "Free" or "Install" instead of "Update". Clicking it will update your XCode to the latest version as the currently logged-in Apple us

     

    原文:http://apple.stackexchange.com/questions/53648/mac-app-store-how-to-check-which-account-was-used-to-buy-app   

  • 相关阅读:
    3. docker-compose实战--ghost app
    3. nacos服务发现
    1. nacos初识, 和eureka的比较, 在docker上安装nacos
    2.nacos服务配置中心
    如何将PHP对象数组转换成普通数组
    php 通过变量 来调用函数
    linux svn
    Sublime text 3安装svn插件
    php 字符串 定界符 json_last_error()
    centos7 rm -rf 删除文件的找回
  • 原文地址:https://www.cnblogs.com/ixxonline/p/4087582.html
Copyright © 2011-2022 走看看